Skip to content

Commit

Permalink
Update getting_started.rst
Browse files Browse the repository at this point in the history
fresh install ran into the problem myself and found the solution burried here: catkin/catkin_tools#594
  • Loading branch information
toomuchcookies authored Jun 30, 2021
1 parent a8c57d3 commit f2df2ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ The next command will configure your catkin workspace: ::
catkin config --extend /opt/ros/${ROS_DISTRO} --cmake-args -DCMAKE_BUILD_TYPE=Release
catkin build

**Note** If catkin config gives you this error:

pkg_resources.DistributionNotFound: The 'osrf-pycommon>0.1.1' distribution was not found and is required by catkin-tools

then install osrf-pycommon manually:

sudo apt install python3-catkin-lint python3-pip
pip3 install osrf-pycommon

Source the catkin workspace: ::

source ~/ws_moveit/devel/setup.bash
Expand Down

0 comments on commit f2df2ec

Please sign in to comment.