Difference between revisions of "Setting up ROS on a Raspberry Pi (intended to be the Rover -- OpenMower)"

From Open Mower Wiki
Jump to navigation Jump to search
Line 12: Line 12:
**<code>sudo rosdep init</code>
**<code>sudo rosdep init</code>
**<code>rosdep install --from-paths src --ignore-src</code>
**<code>rosdep install --from-paths src --ignore-src</code>
**<code>cd OpenMower/ROS/<code>
**<code>cd OpenMower/ROS/</code>
**<code>rosdep install --from-paths src --ignore-src -y</code>
**<code>rosdep install --from-paths src --ignore-src -y</code>
* <code>catkin_make</code> to build OpenMower. '''Note:''' Due to a missing <code>dependency</code>, you may need to do it 3-4 times before getting success
*<code>catkin_make</code> to build OpenMower. '''Note:''' Due to a missing <code>dependency</code>, you may need to do it 3-4 times before getting success

Revision as of 13:49, 9 May 2022

Steps to install Raspberry Pi 4 with Ubuntu 20, ROS 1 and OpenMower