Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to attach sensor on robot's link after or_urdf #37

Open
xiaoyuch24 opened this issue Jan 12, 2018 · 0 comments
Open

How to attach sensor on robot's link after or_urdf #37

xiaoyuch24 opened this issue Jan 12, 2018 · 0 comments

Comments

@xiaoyuch24
Copy link

xiaoyuch24 commented Jan 12, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant