Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 757 Bytes

creation.md

File metadata and controls

48 lines (34 loc) · 757 Bytes

Package Creation

First setup the robot model in the workspace. Move to src folder

cd robotics/src

and run,

git clone https://github.com/IntellisenseLab/CS4352-Practicals-Rosbot.git rosbot_description

to install dependencies, move to root of the workspace and run,

cd ..

rosdep install --from-paths src --ignore-src -r -y

then run

catkin build

or

catkin_make

Install Octomap

Open a terminal and run the following command.

sudo apt-get install ros-melodic-octomap*

Install ROS Navigation stack

Run the following command on the terminal

sudo apt-get install ros-melodic-navigation
sudo apt-get install ros-melodic-teb-local-planner

<< Back to Main menu