osrf / vorc

Virtual Ocean Robot Challenge (VORC) resources
Apache License 2.0
38 stars 11 forks source link

Documentation: Rviz commands in sensors.md #28

Closed syedjawadakhtar closed 3 years ago

syedjawadakhtar commented 3 years ago

When running rviz to view CoRa model, the command has to be corrected from

roslaunch vprc_gazebo rviz_vorc.launch

to

roslaunch vorc_gazebo rviz_vorc.launch

as vprc_gazebo isn't any package.

The other issue is that I can't find any rviz_vorc.launch in vorc_gazebo package.

I'm only able to launch rviz and view CoRa on executing the following command:

roslaunch vorc_gazebo rviz.launch

Screenshot from 2020-11-01 01-55-58

caguero commented 3 years ago

Thanks for reporting the issues. I have fixed the errors in https://github.com/osrf/vorc/wiki/sensors .