You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I have a robot model in gazebo. How can I attach the camera instance to my robot using urdf? I have tried it copying the content of realsense_urdf.launch:
Hello! I have a robot model in gazebo. How can I attach the camera instance to my robot using urdf? I have tried it copying the content of realsense_urdf.launch:
in the simulation.launch of my project where I spawn the robot, and I created the camera instance too in the model.xacro of the robot:
but it doesn't link to the robot and spawns in a separated model called rs200. If I replace the rs200 in this line
by the name of my robot model, the camera appears but the robot not.
The text was updated successfully, but these errors were encountered: