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
However, by applying or_urdf in the script, we don't have robot.xml file and the robot has been added to the environment. Is there any way to dynamically attach the camera on the robot in python?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi,
I successfully applied or_urdf to add fetch robot into the environment. Now, I would like to attach a sensor to the 'head_camera_link'.
Normally, we need create an env.xml file like:
<Environment> <Robot name = 'fetch'> <KinBody file = "robot.xml"> <AttachedSensor .....> </AttachedSensor> </KinBody> </Robot> </Environment>
However, by applying or_urdf in the script, we don't have robot.xml file and the robot has been added to the environment. Is there any way to dynamically attach the camera on the robot in python?
Thank you very much!
The text was updated successfully, but these errors were encountered: