Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with the catkin_make step #449

Open
v4hn opened this issue Sep 23, 2021 · 2 comments
Open

issues with the catkin_make step #449

v4hn opened this issue Sep 23, 2021 · 2 comments

Comments

@v4hn
Copy link
Contributor

v4hn commented Sep 23, 2021

Similar to #444, the widget for the CatkinMake Step is not accessible, though there is a *Widget class defined in the code.

Additionally I tried to add CatkinMake Arguments, but the build just ignores them:

catkin_make_args

catkin_make_starting

Browsing the sources I could not easily find the difference between the catkin tools step and the catkin_make step, but catkin_tools supports arguments:

catkin_tools_starting

@christian-rauch
Copy link
Member

I think we should just remove the catkin_make support. catkin_make was superseded by catkin-tools (see https://catkin-tools.readthedocs.io/en/latest/migration.html for a migration guide).

If you have your CMake properly set up, you should also be able to use colcon for all ROS1/catkin packages. Using a single build tool for all ROS workspaces significantly reduces the maintenance costs.

@v4hn
Copy link
Contributor Author

v4hn commented Sep 23, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants