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
88 stars 18 forks source link

Add necessary changes to make format and lint workflows passing #38

Closed mamueluth closed 2 years ago

mamueluth commented 2 years ago

Kind of done. Currently, only fails because ament_cpplint does not find any files, which is true since all c++ files are located in templates/*. However, those files do not have a valid syntax at the moment and are therefore excluded.

Besides this, the approach of using the ament_* commands has multiple drawbacks in my point of view.