Skip to content

Commit

Permalink
docs : Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rcywongaa committed Jan 31, 2025
1 parent c6413e5 commit e7e4550
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ros2_ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@
1. Build `osrf/space-ros:latest` container with `space-ros/build.sh`
1. Build `spaceros2_rust_dev` container with `space_build.sh`
1. Enter container with `space_shell.sh`
1. Build `ros2_rust` and `macro_sim` with `colcon build --packages-up-to macro_sim`
1. Build with `colcon build --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=1 --packages-up-to bringup`
May need
```
colcon build --allow-overriding action_msgs builtin_interfaces geometry_msgs rcl_interfaces rosgraph_msgs rosidl_default_generators rosidl_default_runtime std_msgs test_interface_files test_msgs unique_identifier_msgs --packages-up-to macro_sim
colcon build --allow-overriding action_msgs builtin_interfaces geometry_msgs rcl_interfaces rosgraph_msgs rosidl_default_generators rosidl_default_runtime std_msgs test_interface_files test_msgs unique_identifier_msgs
```
# Launch
```
ros2 launch bringup bringup_launch.py
```

# Run Tests
```
colcon test-result --delete-yes && colcon test --ctest-args tests --packages-select rover_fsm && colcon test-result --all --verbose
```
# Conventions
`heading` is counterclockwise, `azimuth` is clockwise, both are between [-pi, pi].

Expand Down

0 comments on commit e7e4550

Please sign in to comment.