Skip to content
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

teleoperate the robot #540

Open
olaghattas opened this issue Dec 28, 2024 · 0 comments
Open

teleoperate the robot #540

olaghattas opened this issue Dec 28, 2024 · 0 comments

Comments

@olaghattas
Copy link

Hello,

I am trying to write a ROS node that allows me to teleoperate Spot's arm. In the spot-sdk, there is an arm_wasd.py example file that uses the ArmVelocityCommand API to send end-effector velocity commands. However, I cannot find an equivalent interface in this spot_ros2 package.

Here’s what I’ve tried so far:

  1. Sending poses via the robot_command action server: I computed the displacement and attempted to send new positions as poses. Unfortunately, this did not work well for my use case.
  2. Using the robot_command service: This allows me to control the body’s velocity but does not allow me to control the velocity of the end effector.

Could you please guide me on how to achieve arm teleoperation with spot_ros2? Any examples or documentation would be greatly appreciated.

For reference, here is the link to the arm_wasd.py file in the spot-sdk: https://github.com/boston-dynamics/spot-sdk/blob/master/python/examples/arm_wasd/arm_wasd.py

Thank you for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant