Skip to content
Snippets Groups Projects
Commit 35543877 authored by Dennis Thiele's avatar Dennis Thiele
Browse files

readme aktualisiert

parent f6c687bb
No related branches found
No related tags found
No related merge requests found
# Navigation of a Sphero Mini in ROS2
This ROS 2 package can be used to connect and navigate a [Sphero Mini robot](https://sphero.com/products/sphero-mini). The navigation is based on a camera that films the robot from above.
For just basic movements the class `MyNode` can be extracted and used for your own Navigation.
For just basic movements the class `sphero_mini` from the `coreROS2` package can be extracted and used for your own Navigation.
Furthermor this package provides a navigation threw a maze that is build around the robot and is also filmed by the camera. The navigation algorithm that is used is the Wavefrontplanner.
......@@ -30,3 +30,4 @@ Now you can edit the file, you can find at `src/spero_mini_controller/sphero_min
* Locate the initalization of the variable `MAC_ADDRESS` in the code (line 86).
* Paste the MAC address of your device into the quotation marks
* Rebuild the package with `colcon build`
* Source the folder again and run the node `sphero_mini` with `ros2 run ...`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment