ros / urdf_tutorial

234 stars 258 forks source link

Why isn't a cylinder circular in the first section of the URDF tutorial #73

Open CLOWN2255 opened 1 month ago

CLOWN2255 commented 1 month ago

I ran the results 2024-10-14_18-48 The tutorial displays https://docs.ros.org/en/humble/Tutorials/Intermediate/URDF/Building-a-Visual-Robot-Model-with-URDF-from-Scratch.html# 2024-10-14_18-52

DLu commented 1 month ago

I'm guessing something was mishandled with the model argument. Can you please provide the exact command you ran?

(note that the intended syntax is in the yellowish box right above your screenshot. Running display.launch.py with no arguments will load a different model from the same tutorial.)

CLOWN2255 commented 1 month ago

I'm guessing something was mishandled with the model argument. Can you please provide the exact command you ran?

(note that the intended syntax is in the yellowish box right above your screenshot. Running display.launch.py with no arguments will load a different model from the same tutorial.)

This is the command I am using image

I don't know if it has anything to do with the sentence on the green line in the screenshot (Stereo is Not Supported)? I guess it might be an issue with the rviz version

DLu commented 1 month ago

Which ROS version are you running? How is urdf tutorial installed, binary or source?