email: slwanna@utexas.edu
This project will launch an odometry node which will move an imaginary robot in a circle. As the robot moves in a circle, it will capture fake lidar data. Rviz will be launched along with the fake odometry and lidar nodes to visualize the concept.
-
Navigate to your home directory and type
git clone https://github.com/SouLeo/maidbot_interview.git
-
Compile the packages
cd ~/maidbot_interview catkin build
-
Adjust your bashrc
cd ~/ vi ~/.bashrc
Write the following at the end of the file
source ~/maidbot_interview/devel/setup.bash
- Make sure your environment is properly sourced
source ~/maidbot_interview/devel/setup.bash
- Launch the full system
roslaunch full_sys full_sys.launch