-
Notifications
You must be signed in to change notification settings - Fork 312
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
Check transforms in ROS2 #749
Comments
Hi! I just checked this there's a couple of things you need to do to get things running.
|
Thanks! (coming back to this after a while). Running the simulation as stated above shows up the robot correctly in Rviz. I have a question on the current capabilities of Astrobee in ROS2. For instance, I can see that there are actions available to command the robot to move the arm and to move it itself (/mob/motion /beh/arm). When I try using these, their respective components die. For instance, when trying to send a MOVE command to /mob/motion, I get:
Is there a list of services/actions that are expected to work? I was going to dig deeper into this error, but figured to ask first, in case these actions are not fully supported to work in ROS2 (if they are, then I can search for the bug). Thanks! PS.- Using the latest ubuntu-ros-rolling-20.04 docker for testing this |
Hi Ana! Sorry I haven't have time to test this, I'll prob have time in the next couple of weeks. All the actions are still very experimental, I don't think anything is properly tested yet |
It was reported by @ana-GT that the transform between world/rviz and body is not showing up in Rviz when running:
ros2 launch astrobee sim.launch.p dds:=false rviz:=true
The text was updated successfully, but these errors were encountered: