Skip to content

Commit

Permalink
add helpful commands
Browse files Browse the repository at this point in the history
  • Loading branch information
osu-uwrt-bot committed May 25, 2023
1 parent 3feff66 commit 55a0937
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,27 @@ See the [Cross Compiling Readme](./scripts/cross_build/README.md) for more infor


## Helpful Commands
Command to start RViz for Talos:
```
ros2 launch riptide_rviz rviz_start.launch.py robot:=talos
```

Command to set the map transform to the tag:
Restart the launch service on the robot:
```
sudo systemctl restart ros2_launch_service.service
```

View console of the robot over ssh:
```
journalctl -f -u ros2_launch_service.service -o cat
```

Command to set the map transform to the tag:
```
ros2 action send_goal /talos/map/model_tf chameleon_tf_msgs/action/ModelFrame -f "{monitor_parent: 'talos_base_link', monitor_child: 'estimated_origin_frame'}"
```

check for connected tf trees:
```
ros2 run tf2_ros tf2_echo world estimated_origin_frame
```
Restart the launch service on the robot:
```
sudo systemctl restart ros2
```

0 comments on commit 55a0937

Please sign in to comment.