-
Notifications
You must be signed in to change notification settings - Fork 66
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
Replaying ROS2 bag file on real robot #452
Comments
Hello, |
Hello, I remember I recorded the topics: "cmd_vel", "tf", "/Spot/odometry", "/Spot/imu" in my bag file. |
|
Hello, |
There is not currently a built in way to do this with the ROS driver. A way to do this could be
|
There is a better way to replay Spot's arm joint angles on the robot now -- record the joint states topic, and replay it onto the topic /arm_joint_commands (added in #474) @ToncyChen |
Hello, |
Yes, this should work! Please let me know if there are any issues using this topic. |
Closing this issue as it appears to be resolved. Please re-open if you still need help |
Hi @khughes-bdai , |
@ToncyChen the |
Hi @khughes-bdai , |
Hi @ToncyChen , the driver does not have a topic for streaming gripper commands. There is a service for gripper commands that takes the desired gripper angle that you might be able to use -- |
Hi @khughes-bdai,
|
I have recorded a ROS2 bag file with the Webots https://github.com/MASKOR/webots_ros2_spot using nav2, and I want to replay the bag file on the real robot (BD Spot) using ROS2 interface of your repo. Could you please guide me on how to achieve this?
The text was updated successfully, but these errors were encountered: