Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirkedia committed Feb 20, 2025
1 parent ec80a24 commit f2b568c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spot_examples/docs/simple_sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ This implementation uses helper files `robot_commander` and `simple_spot_command
- If a buffered message exists, it is processed next.
- The script ensures sequential execution by waiting for each action to complete before sending the next `Pose` command.

## Dependencies
- ROS2
- synchros2
- geometry_msgs
- Boston Dynamics SDK

## Error Handling
- If the robot fails to initialize, a log message is generated, and the script exits.
Expand Down Expand Up @@ -62,4 +67,4 @@ ros2 run spot_examples simple_sub --robot <robot_name>
- The script ensures that actions are executed sequentially and prevents command loss by buffering messages when the robot is busy.

## Author
- Kabir Kedia <[email protected]>
- Kabir Kedia <[email protected]>

0 comments on commit f2b568c

Please sign in to comment.