Skip to content

tutorials ExampleVrx

Carlos Agüero edited this page Nov 8, 2021 · 8 revisions

VRX Example

This example illustrates a specific configuration similar to what some of the RobotX teams used in 2018. It includes:

  • Fixed stern thrusters and a single lateral thuster - the 'T' propulsion configuration
  • A standard set of onboard sensors
    • Two forward facing cameras (stereo)
    • One starboard facing camera
    • GPS
    • IMU
    • 3D LiDAR

Simulation

Start Gazebo and spawn WAM-V with propulsion and sensor configuration.

roslaunch vrx_gazebo vrx.launch

vrx.jpg

Visualization

After executing the previous command, open a new terminal and start RViz with example configuration file to read URDF and sensors. Follow these tutorials for an introduction to RViz.

roslaunch wamv_gazebo rviz_vrx.launch

rviz_vrx.png

Clone this wiki locally