Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Lux committed Feb 15, 2021
2 parents 3e711af + 9cb48f6 commit 0373927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinx_doc/source/simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For each packages, we have referenced all the dependencies in their respective
*package.xml* file, which allow to install each dependency via *rosdep* command ::

rosdep update
rosdep install --from-paths src --ignore-src --default-yes --rosdistro melodic
rosdep install --from-paths src --ignore-src --default-yes --rosdistro melodic --skip-keys "python-rpi.gpio"


Method 2 : Full install
Expand All @@ -79,6 +79,7 @@ ROS packages needed are :
* build-essential
* catkin
* python-catkin-pkg
* python-pymodbus
* python-rosdistro
* python-rospkg
* python-rosdep-modules
Expand Down

0 comments on commit 0373927

Please sign in to comment.