Skip to content

Commit c6325b2

Browse files
committed
Addressed PR comments
1 parent 6242f79 commit c6325b2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

feedingwebapp/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ This repository includes several dummy nodes that match the interface that the r
3838
The below instructions are for `MoveAbovePlate`; we will add to the instructions as more dummy nodes get implemented.
3939
1. Navigate to your ROS2 workspace: `cd {path/to/your/ros2/workspace}`
4040
2. Build your workspace: `colcon build`
41-
3. Source your workspace: `source install/setup.bash`
42-
4. Launch rosbridge: `ros2 launch rosbridge_server rosbridge_websocket_launch.xml`
43-
5. In another terminal, run the MoveAbovePlate action: `ros2 run feeding_web_app_ros2_test MoveAbovePlate`
44-
6. In another terminal, navigate to the web app folder: `cd {path/to/feeding_web_interface}/feedingwebapp`
45-
7. Start the app: `npm start`
46-
8. Use a web browser to navigate to `localhost:3000`.
41+
3. Launch rosbridge: `source install/setup.bash; ros2 launch rosbridge_server rosbridge_websocket_launch.xml`
42+
4. In another terminal, run the MoveAbovePlate action: `source install/setup.bash; ros2 run feeding_web_app_ros2_test MoveAbovePlate`
43+
5. In another terminal, navigate to the web app folder: `cd {path/to/feeding_web_interface}/feedingwebapp`
44+
6. Start the app: `npm start`
45+
7. Use a web browser to navigate to `localhost:3000`.
4746

4847
You should now see that the web browser is connected to ROS. Further, you should see that when the `MoveAbovePlate` page starts, it should call the action (exactly once), and render feedback. "Pause" should cancel the action, and "Resume" should re-call it. Refreshing the page should cancel the action. When the action returns success, the app should automatically transition to the next page.
4948

0 commit comments

Comments
 (0)