Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 932 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 932 Bytes

SLAMBot

Clone this repository in your ROS workspace and build your packages using catkin build.

Launch the TurtleBot3 simulation using the following command:

roslaunch slambot_simulation turtlebot_simulation.launch

Basic move code C++ template is in this file. C++ code needs to be compiled in order to run. You can compile by adding your C++ file to CMakeLists.txt like this, and then running catkin build.

Arduino code for uploading to your embedded board is here. Compile and upload the code using Arduino IDE. Run the rosserial server node on your connected computer to connect the ROS node on the board. This node needs to be running to "activate" your ROS node on your arduino board.

rosrun rosserial_arduino serial_node.py