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

[rtwcli] add rtw ws alias for rtw workspace use and porting with missing fields #146

Closed muritane closed 10 months ago

muritane commented 11 months ago

@destogl try porting all workspaces with this version

destogl commented 10 months ago

I have now another issue, but this is probably caused by very old configuration in my file:

Traceback (most recent call last):
File "/usr/local/bin/rtw", line 33, in <module>
sys.exit(load_entry_point('rtwcli', 'console_scripts', 'rtw')())
File "/opt/RosTeamWS/ros_team_workspace/rtwcli/rtwcli/rtwcli/cli.py", line 71, in main
rc = extension.main(parser=parser, args=args)
File "/opt/RosTeamWS/ros_team_workspace/rtwcli/rtw_cmds/rtw_cmds/commands.py", line 38, in main
return extension.main(args=args)
File "/opt/RosTeamWS/ros_team_workspace/rtwcli/rtw_cmds/rtw_cmds/workspace/verbs.py", line 344, in main
success = try_port_workspace(workspace_data_to_port, new_ws_name)
File "/opt/RosTeamWS/ros_team_workspace/rtwcli/rtw_cmds/rtw_cmds/workspace/verbs.py", line 258, in try_port_workspace
workspace_to_port = Workspace(**workspace_data_to_port)
TypeError: Workspace.__init__() got an unexpected keyword argument 'ws_prefix'