... | ... | @@ -43,7 +43,20 @@ |
|
|
|
|
|
+ run ROS bridge
|
|
|
- `roslaunch hv_launch hv_bridge.launch`
|
|
|
+ run Demo
|
|
|
+ run Demo & bridge
|
|
|
- `roslaunch hv_launch harvey.launch`
|
|
|
+ run Teleop
|
|
|
- `roslaunch hv_launch teleop.launch` |
|
|
\ No newline at end of file |
|
|
+ run Teleop & bridge
|
|
|
- `roslaunch hv_launch teleop.launch`
|
|
|
- NOTE: `CTRL` + `C` must be pressed twice to end this for some reason
|
|
|
+ run ALL nodes
|
|
|
- `roslaunch hv_launch all.launch`
|
|
|
|
|
|
All the nodes can also be launched with `rosrun`, however when running the `hv_bridge` use the `-h` input argument to get information about options.
|
|
|
|
|
|
+ `--hostname ROBOT_NAME` is used to set the name of the robot to connect to. this is that name that is set on the hv robot.
|
|
|
+ `--all` will set the connection to use all the connection classes with the robot
|
|
|
+ `--all-controllers` will use all the controllers
|
|
|
+ `--controllers [#, ...]` will use the specified controllers
|
|
|
+ `--all-sensors` will use all sensors
|
|
|
+ `--sensors [#, ...]` will use specified sensors
|
|
|
+ `--services` will add all ros services, and `--services [SERV...]` will add specified services |
|
|
\ No newline at end of file |