File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
33## Installation
44```
5- $ cd <path/to/workspace/src> git clone -b observers https://github.com/ipa-hsd/rosgraph_monitor/
5+ $ cd <path/to/workspace/src> git clone -b nav_observer https://github.com/ipa-hsd/rosgraph_monitor/
66$ cd <path/to/workspace/src> git clone -b SoSymPaper https://github.com/ipa-nhg/ros_graph_parser
77$ cd <path/to/workspace>
88$ source /opt/ros/melodic/setup.bash
@@ -32,3 +32,11 @@ For NavModel.
3232pip3 install roslibpy
3333https://pypi.python.org/pypi/service_identity
3434```
35+
36+ To run the app:
37+ ```
38+ roslaunch rosbridge_server rosbridge_websocket.launch
39+ roslaunch rosgraph_monitor demo.launch
40+ python3 src/rosgraph_monitor/nav_model.py
41+ rosservice call /load_observer "name: 'NavObserver'"
42+ ```
Original file line number Diff line number Diff line change 1+ <launch >
2+ <node name =" turtlesim_node" pkg =" turtlesim" type =" turtlesim_node" output =" screen" />
3+ <node name =" teleop" pkg =" turtlesim" type =" turtle_teleop_key" output =" screen" />
4+ <node name =" monitor" pkg =" rosgraph_monitor" type =" monitor" output =" screen" />
5+ <node name =" radar_driver" pkg =" rosgraph_monitor" type =" radar_driver" output =" screen" />
6+ </launch >
Original file line number Diff line number Diff line change 1+ float32 [] sensor_data
2+ ---
3+ string action
You can’t perform that action at this time.
0 commit comments