Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 464 Bytes

RosInstallation.md

File metadata and controls

17 lines (13 loc) · 464 Bytes

ROS Installation

If ROS is not installed, please, install it following the instruction:

http://docs.ros.org/en/rolling/Installation/Ubuntu-Install-Debians.html

Alternatively you can use the following command, but we cannot guarantee it will always work.

cd ~/ros/src/robocar110_ros/  # repo root
make ros-install

ROS Environment

Optionally, ros sourcing can be put to ~/.bashrc. You need to restart terminal after that.

make ros-source