Skip to content

Commit

Permalink
Add ChatGPT reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Oct 13, 2023
1 parent 775abc1 commit ea4b57a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/include/ExpressPacket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#pragma once

// Made with the help of ChatGPT

#include <vector>
#include <tuple>
#include <stdexcept>
Expand Down
2 changes: 2 additions & 0 deletions backend/include/RPLidar.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "RPLidar.h"

// Made with the help of ChatGPT

/*
auto lidar = RPLidar("COM3");
Expand Down
2 changes: 2 additions & 0 deletions backend/include/RPLidar.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#pragma once

// Made with the help of ChatGPT

#include <string>
#include <stdint.h>

Expand Down
1 change: 1 addition & 0 deletions legacy/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ target("legacy")
add_packages("tl_expected")

add_files("src/*.cpp")
add_files("include/*.cpp")
add_headerfiles("src/*.h", "src/*.hpp")
add_includedirs("include")

Expand Down
2 changes: 2 additions & 0 deletions raspberry-pi/include/ExpressPacket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#pragma once

// Made with the help of ChatGPT

#include <vector>
#include <tuple>
#include <stdexcept>
Expand Down
2 changes: 2 additions & 0 deletions raspberry-pi/include/RPLidar.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "RPLidar.h"

// Made with the help of ChatGPT

/*
auto lidar = RPLidar("COM3");
Expand Down
2 changes: 2 additions & 0 deletions raspberry-pi/include/RPLidar.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#pragma once

// Made with the help of ChatGPT

#include <string>
#include <stdint.h>

Expand Down

0 comments on commit ea4b57a

Please sign in to comment.