Skip to content

Commit 8081484

Browse files
flexBE: improve README.md
1 parent 70e936b commit 8081484

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,26 @@ The script should be run from this repository's base folder.
9393
For a Quick-start and more comprehensive introduction to FlexBE,
9494
see the [FlexBE Turtlesim Demonstrations](https://github.com/FlexBE/flexbe_turtlesim_demo).
9595

96-
Our instructions:
96+
# Our instructions:
9797

98-
start WebUI:
98+
### start WebUI:
9999

100-
'ros2 launch flexbe_webui flexbe_ocs.launch.py headless:=True'
100+
```ros2 launch flexbe_webui flexbe_ocs.launch.py headless:=True```
101101

102-
'ros2 run flexbe_webui webui_client'
102+
```ros2 run flexbe_webui webui_client```
103103

104-
'ros2 launch flexbe_onboard behavior_onboard.launch.py'
104+
```ros2 launch flexbe_onboard behavior_onboard.launch.py```
105105

106-
start behavior without WebUI:
106+
## start behavior without WebUI:
107107

108-
'ros2 launch flexbe_onboard behavior_onboard.launch.py'
108+
requires flexbe_behavior_engine to be on carologistic's fork on branch [mtschesche/action_server_jazzy](https://github.com/carologistics/flexbe_behavior_engine/tree/mtschesche/action_server_jazzy)
109109

110-
'ros2 run flexbe_widget be_action_server'
110+
```ros2 launch flexbe_onboard behavior_onboard.launch.py```
111+
112+
```ros2 run flexbe_widget be_action_server```
111113

112114
example:
113115

114-
'
116+
```
115117
ros2 action send_goal /flexbe/execute_behavior flexbe_msgs/action/BehaviorExecution "{behavior_name: 'MoveTo', input_keys: ['frame_id','target_x','target_y','target_yaw'], input_values: ['map','3.0','4.5','1.0']}"
116-
'
118+
```

0 commit comments

Comments
 (0)