Skip to content

Commit

Permalink
Merge pull request #354 from tiffanyec/foxy_minor_edit
Browse files Browse the repository at this point in the history
Minor edits to exercises 1.4 and 3.0
  • Loading branch information
jdlangs committed Oct 3, 2021
2 parents 33fa655 + 089df87 commit b4fec97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh_pages/_source/session1/ros2/4-Topics-and-Messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Your goal is to create your first ROS subscriber:

1. In a new terminal, enter `ros2 run rqt_plot rqt_plot`.

1. Once the window opens, type `/ar_pose_marker/pose/pose/position/x` in the "Topic:" field and click the "+" button. You should see the X value be plotted.
1. Once the window opens, type `/ar_pose_marker/pose/pose/position/x` in the "Topic:" field and click the "+" button. You should see the X value be plotted. If you can't see the X value, try changing the axes on your graph.

1. Type `/ar_pose_marker/pose/pose/position/y` in the topic field, and click on the add button. You will now see both the x and y values being graphed.

Expand Down
2 changes: 1 addition & 1 deletion gh_pages/_source/session3/ros2/0-Intro-to-URDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Your goal is to describe a workcell that features:

1. It helps to visualize your URDF as you add links, to verify things look as expected. Run the following commands in separate terminals:

1. `ros2 run robot_state_publisher robot_state_publisher urdf/workcell.urdf`
1. `ros2 run robot_state_publisher robot_state_publisher ~/ros2_ws/src/myworkcell_support/urdf/workcell.urdf`

1. `rviz2`

Expand Down

0 comments on commit b4fec97

Please sign in to comment.