-
Notifications
You must be signed in to change notification settings - Fork 28
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
Parser exception with nav_msgs/Odometry [ROS1<>ROS2] #164
Comments
I found that I get a similar error with
|
@lauramg15 @MiguelBarro Appreciate any input on this, thanks! |
This issue is duly noted and we will try to address it as soon as we can. |
Any timeline or should I not expect any updates anytime soon? It seems like support was dropped for this repo? |
@Achllle I came across the exact same Issue with the nav_msgs/Odometry as you described in this Issue. So I was wondering whether you found any workaround to be able to still transport nav_msgs/Odometry between ROS2 and ROS1 with the integration-service. |
Unfortunately I gave up on this repo, it is clearly not maintained anymore. |
Yeah, I just encountered this issue too. It's a shame, Integration Service seems like it has great potential, I hope it's revived. I might dig a little on this if I knew how to get a dev environment setup, but if the project is overall not being maintained that might be pointless. |
Summary
I'm getting an exception when I launch a ROS1 (noetic) to ROS2 (galactic) conversion using nav_msgs/Odometry messages. Things work as expected with a different message from nav_msgs.
steps to reproduce
In a ROS1 terminal:
Launch integration-services following the documentation with the following yaml file:
expected outcome
In a ROS2 terminal I can read Odometry messages using
ros2 topic echo /odom2
actual outcome
integration services fails with the following error:
additional information
A different message from
nav_msgs
does work, i.e.rostopic pub -r 1 /test_map nav_msgs/OccupancyGrid ...
and yaml file containing:results in a topic
/map2
with expected messages when Iros2 topic echo /map2
.I've also tried deleting the remap without success.
The text was updated successfully, but these errors were encountered: