diff --git a/404.html b/404.html index dde50a08..4a6637c7 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
Wait for Gazebo, ArduSub, and MAVROS to fully load. Typically, the param
MAVROS plugin is the last to fully load, which is indicated by the following
message:
bleh
[mavros.param]: PR: parameters list received
Open a new terminal and launch the demo control framework:
diff --git a/tutorials/simulation/index.html b/tutorials/simulation/index.html index 8ca0e83b..548a0422 100644 --- a/tutorials/simulation/index.html +++ b/tutorials/simulation/index.html @@ -4,7 +4,7 @@Launch the demo Dependencies in simulation by running the following command:
-ros2 launch blue_demos Dependencies_demo.launch.yaml use_sim:=true
ros2 launch blue_demos bluerov2_demo.launch.yaml use_sim:=true
Once Gazebo, ArduSub, and MAVROS have fully loaded, open a new terminal and @@ -47,7 +47,7 @@
mobile_to_maritime
message filter in a new terminal:
-ros2 run mobile_to_maritime mobile_twist_to_maritime_twist --ros-args in_topic:=/cmd_vel out_topic:=/integral_sliding_mode_controller/reference
ros2 run mobile_to_maritime mobile_twist_to_maritime_twist --ros-args -p in_topic:=/cmd_vel -p out_topic:=/integral_sliding_mode_controller/reference
You should now be able to teleoperate the BlueROV2 using your keyboard.