spot_ros icon indicating copy to clipboard operation
spot_ros copied to clipboard

ROS driver for controlling Boston Dynamics' Spot robot

Results 36 spot_ros issues
Sort by recently updated
recently updated
newest added

Recent merges have added quite a few services to the driver, which should be exposed in the rviz panel. - [x] Roll over commands - [ ] Arm commands -...

good first issue

Adding ROS service for PickObject Proto

This PR is for publishing point cloud from Velodyne VLP16 on Spot EAP . I confirmed this node publishes the topic about 8Hz, but there is a delay. Using pyinstrument,...

I observed that the /spot/cmd_vel topic behaves super weird on the newest spot sdk. Spot would start to move slightly, stop, continue etc. Increasing the command duration from the current...

According to [`Odometry` message docs](http://docs.ros.org/en/api/nav_msgs/html/msg/Odometry.html), twist should be expressed in the child frame, which is `body`. According to [Bodsdyn API docs](https://dev.bostondynamics.com/protos/bosdyn/api/proto_reference#kinematicstate), `velocity_of_body_in_odom` is expressed in odom frame. Thus the twist...

I'm trying to get Spot (and the Velodyne Lidar) to give me a consistent map for navigation, but I always seem to get lag that causes ghosting and blurring when...

Would be nice to be able to apt-install this.

Recent merges add a lot of code which can make the robot move in various ways, and more changes are incoming. The allow motion (and autonomy) flag should be checked...

I was able to spend some time with the most basic version of the spot cam and developed this interface to it. I am hoping to get access to spot...