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
82 stars 17 forks source link

fix ros version needed to be installed #100

Closed mamueluth closed 1 year ago

mamueluth commented 1 year ago

There are currently two issues:

  1. [x] Checking if a ROS version is installed locally or not should be skipped for docker based workspaces
  2. [ ] Recent changes should be backported, otherwise there is some old logic inside the docker container which results in an error, because rolling is not installed (e.g. for Ubuntu 20.04 and foxy)
destogl commented 1 year ago

Why is this draft? Is it finished or not yet?

mamueluth commented 1 year ago

Fixes the problem only partly, so that you can switch to the docker container. However, there is still another issue that needs to be fixed

destogl commented 1 year ago

Fixes the problem only partly, so that you can switch to the docker container. However, there is still another issue that needs to be fixed

which issue?

mamueluth commented 1 year ago

Fixes the problem only partly, so that you can switch to the docker container. However, there is still another issue that needs to be fixed

which issue?

The second (unchecked) issues in the description. At least this is what i could figure out on my brief investigation.

destogl commented 1 year ago

This is anyway out of scope