-
Notifications
You must be signed in to change notification settings - Fork 10
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
ignition.dsl: colcon builds for ign-transport #411
Conversation
With the new dependency on ign-utils, which also uses colcon for its Windows CI builds, this may be a good time for ign-transport to use colcon as well. Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
…lease-tools into scpeters/dsl_colcon_transport
I've added 34c1058 my branch |
@@ -80,6 +80,7 @@ ignition_colcon_win = [ 'gazebo', | |||
'physics', | |||
'rendering', | |||
'sensors', | |||
'transport', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding transport here is the right thing, but name is going to change to get the shorter version. Just FYI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, we'll need to update the ignition_collection dsl; I'll do that in a follow-up
Signed-off-by: Steve Peters <[email protected]>
@j-rivero your changes look good, but I can't approve this since I submitted it |
With the new dependency on ign-utils in gazebosim/gz-transport#216, which also uses colcon for its Windows CI builds, this may be a good time for ign-transport to use colcon as well. Since ign-transport4 is still supported, this requires gazebo-tooling/gazebodistro#29 before merging.
An alternative is to add a
configure.bat
script toign-utils
(gazebosim/gz-utils#13).