ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Can I set initial joint positions via URDF?

asked 2021-12-10 09:22:29 -0500

adrgru gravatar image

Hi,

I need to find a way to spawn my robot in Unity with custom joint positions. Is there away to do this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-12-10 19:00:35 -0500

ljaniec gravatar image

AFAIK there are no tags for initial joint positions in URDF (except "hackish" way of changing 0 which you rather don't want).

You could try to work with this tutorial/documentation from Unity Robotics Hub and URDF Importer, especially part with class ArticulationBody with some basic script to setting up joints positions in your robot.

If you write more info in your answer we could try to help you more :)

edit flag offensive delete link more

Comments

Thanks for your help, but i`ve already tried setting up joint positions via the Articulation body. But there is a problem. When I start the simulation in Unity the robot will go in the wanted position but on its way, it collides with other objects in the scene. Thats the reason why I already have to spwawn the robot in my custom position.

adrgru gravatar image adrgru  ( 2021-12-13 04:24:06 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2021-12-10 09:22:29 -0500

Seen: 839 times

Last updated: Dec 10 '21