Spot Simulation #109
-
Is there any sort of simulation program for SPOT where I can test my code when I do not have the robot close by? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Caleb, If you want to try out, maybe first have a look into our web approach: And here you find the ros2 package for spot in webots: Greetings, |
Beta Was this translation helpful? Give feedback.
Hi Caleb,
yes we have a sort of simulation for Spot to test our software. Unfortunately, at the moment the simulation only allows us to test software that does not interfere with the Spot SDK. So we for example we test ROS2 related stuff like Navigation2, frontier and our high-level logic language: golog++ in simulation before running on Spot.
If you want to try out, maybe first have a look into our web approach:
https://github.com/RRL-ALeRT/spot-webots-cloud
And here you find the ros2 package for spot in webots:
https://github.com/MASKOR/webots_ros2_spot
Greetings,
Max