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

Robot position doesn't update with 'initial_value' until Isaac Sim launches #16

Open
DaniGarciaLopez opened this issue Oct 28, 2023 · 0 comments

Comments

@DaniGarciaLopez
Copy link

Hi,

I'm setting the initial_value of one joint in the ros2_control xacro of my robot as follows:

<state_interface name="position">
    <param name="initial_value">0.5</param> 
</state_interface>

I can verify that the initial_value is correctly received by the plugin, added to joint_commands_, and published to /isaac_joint_commands. However, the plugin keeps publishing the changes to /isaac_joint_commands. There are no messages published in /isaac_joint_states, and the robot in Rviz doesn't update. I need to launch Isaac Sim to correctly see the robot updating its position with the initial_value I have set.

I assume this is not the intended behavior, correct? The robot should update its position when Moveit launches. It doesn't make sense to me to have to wait until Isaac Sim launches, as I could simply set the initial position inside Isaac. Could this be an issue?

Thanks!

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