2023-05-25 09:31:19 +00:00
|
|
|
# cps_bot_mini_ws
|
2023-06-16 09:21:11 +00:00
|
|
|
temporary ws for developing ros2 control on robot mini with odrive
|
2023-05-25 09:31:19 +00:00
|
|
|
|
2023-06-16 09:21:11 +00:00
|
|
|
needed repos are:
|
2023-05-25 09:31:19 +00:00
|
|
|
- https://github.com/bjoernellens1/odrive_ros2_control on branch humble-fw-v0.5.1
|
|
|
|
- https://github.com/bjoernellens1/rmp220_teleop on branch bot_mini
|
2023-05-25 09:53:27 +00:00
|
|
|
- https://github.com/bjoernellens1/ros2_cam_openCV
|
2023-05-26 08:52:38 +00:00
|
|
|
- https://github.com/bjoernellens1/bot_mini_bringup.git
|
2023-05-25 09:52:06 +00:00
|
|
|
|
|
|
|
For initialization, just call "python3 initialize.py"
|
2023-05-25 09:57:15 +00:00
|
|
|
|
2023-06-16 09:21:11 +00:00
|
|
|
TODO: extend bot_mini_bringup, python scripts for simplyfiyng startup process.
|
|
|
|
|
|
|
|
## Useful commands:
|
|
|
|
|
|
|
|
### Localization using predefined map and navigation
|
|
|
|
don't forget to set transient_local in rviz to see the map
|
|
|
|
ros2 launch bot_mini_bringup nav2.launch.py map_subscribe_transient_local:=true
|
|
|
|
ros2 launch nav2_bringup localization_launch.py map:=/home/bjorn/Documents/ros_projects/cps_bot_mini_ws/src/bot_mini_bringup/maps/cps_save_map.yaml
|
|
|
|
|