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.
The confusion has been cleared up. The directories are different between ROS1 and ROS2 because of differences between rospack find and ros2 pkg prefix.
Description of changes:
In the install folders, the
.rviz
file under thehello_world_robot
package are under therviz
directory, when it should be under theshare/rviz
directory to be consistent with thehello_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.