-
Notifications
You must be signed in to change notification settings - Fork 162
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
[WIP] Port ign_ros_gazebo_demos to ROS2 #58
Conversation
Signed-off-by: Louise Poubel <louise@openrobotics.org>
…lude-hidden-topics] Call `ros2 topic <command> -h` for more detailed usage. ... Various topic related sub-commands optional arguments: -h, --help show this help message and exit --include-hidden-topics Consider hidden topics as well Commands: bw Display bandwidth used by topic delay Display delay of topic from timestamp in header echo Output messages from a topic hz Print the average publishing rate to screen info Print information about a topic list Output a list of available topics pub Publish a message to a topic Call `ros2 topic <command> -h` for more detailed usage. Signed-off-by: Louise Poubel <louise@openrobotics.org>
I added a few changes in 6b5063e, addressing demos down to differential drive.
I think the main problem is the missing
I think we can just regenerate them by manually adding the displays and saving the new config. I'm not sure if the configs are meant to be portable from ROS 1 to ROS 2, so I think it's ok to do this for all demos. |
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Port ros ign image to ros2
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
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.
First effort to port ros_gazebo_demos to ROS2
All launch XML files have been converted to python. All components of the old XML launch configuration are present in the current python files.
There still major problems: