Closed ibrahiminfinite closed 6 months ago
Can you provide a quick list of instructions how you tested this? I'm running it and don't see a difference, the Robot Model isn't appearing in Rviz. I'm probably missing something in the setup.
The only change required is to repalce the simulation repo in this file to the PR branch
simulation:
type: git
url: https://github.com/ibrahiminfinite/simulation.git
version: rviz_robot_model
After that is done, you can follow the original guide here to buld the image and run the simulation.
Now if you open rviz and add the robot model, it should be visible.
Adding a video for reference
What launch commands are you running?
What launch commands are you running?
ros2 launch mars_rover mars_rover.launch
for the simulation
Also in another sourced terminal of the same docker container
ros2 run rviz2 rviz2
for launching rviz
Would need to make sure this change is compatible with Gazebo as well.
Fixed in #17
Fixes: https://github.com/space-ros/demos/issues/25
This PR adds the missing
file:///
keyword to the<mesh>
tags enabling Rviz to properly load the files.