aws-robotics / aws-robomaker-sample-application-helloworld

Demonstrates the structure of ROS projects that work with AWS RoboMaker by creating a robot spinning in an empty world.
MIT No Attribution
46 stars 49 forks source link

Correct rviz model location #117

Closed mm318 closed 3 years ago

mm318 commented 3 years ago

Description of changes:

In the install folders, the .rviz file under the hello_world_robot package are under the rviz directory, when it should be under the share/rviz directory to be consistent with the hello_world_simulation package of the simulation workspace.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mm318 commented 3 years ago

The confusion has been cleared up. The directories are different between ROS1 and ROS2 because of differences between rospack find and ros2 pkg prefix.