StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
97 stars 19 forks source link

Execute following command in docker container after it is created #241

Closed destogl closed 2 weeks ago

destogl commented 3 weeks ago
sudo apt update
rosdep update

Otherwise, one has to first execute those commands to be able to use rosdep install command. I am not sure why this happens, but maybe the commands should be executed one more time at the end.

mamueluth commented 2 weeks ago

Addressed with https://github.com/StoglRobotics/ros_team_workspace/pull/245