Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions it/ros.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ graph TD
1. **Message and Service Definitions**: Define clear ROS messages and services for each node and package to ensure efficient communication.
2. **Transformation System**: Utilize the `tf` package to manage reference frames for the robot and base station.
3. **Visualization**: Use `rviz` for visualizing the robot, sensors, obstacles, and environment maps.
4. **Debugging**: Employ `rosbag`, `rqt`, `rosnode`, and `rostopic` for identifying and fixing errors.
4. **Debugging**: Employ `rqt`, `ros2 node`, and `ros2 topic` for identifying and fixing errors.

## Key Points

Expand Down Expand Up @@ -211,4 +211,4 @@ graph TD
### Build the workspace
```
colcon build --symlink-install
```
```