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

Moveit: trajectory is planned and executed, but Rviz doesn't display the robot final pose. #86

Open
emarca96 opened this issue Dec 15, 2024 · 1 comment

Comments

@emarca96
Copy link

emarca96 commented Dec 15, 2024

Doing this command, and activating moveit i can move the robot into the position i want. The motion is planned, and executed, but the robot visualized in Rviz doesn't move itself in the pose previously planned and executed successfully

ros2 launch franka_fr3_moveit_config moveit.launch.py robot_ip:=dont-care use_fake_hardware:=true

Of course the /franka/joint_states topic velocity and position are not updated with the current position and velocity to reach the executed pose.

This is not the case specifying the robot ip (with the real robot connected).

@AndreasKuhner
Copy link
Member

Hi @emarca96 ,
I guess this is expected - after all you use the fake_hardware. If you want that the robot is moving, you would e.g. need to use gazebo or the actual robot 😄

Cheers,
Andreas

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

2 participants