-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: kabirkedia <[email protected]>
- Loading branch information
1 parent
95a0a4f
commit 66f80d9
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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]> |