-
Notifications
You must be signed in to change notification settings - Fork 164
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
Kortex API movement does not work in Gazebo. Noetic-ROS #191
Comments
Hi @alexlt97, The current The API call used to move the arm has changed with the release 2.3. It was previously using You can see how our simulation stack works in this readme, but basically each call of the API has to be implemented manually to simulated the expected behaviour in Gazebo. The ones that are not implemented will return a default response and a warning. What happens here is that the examples has been updated to use the current What you could do is use an old version of the example source file (one that is using If you take an old Try using an old example and let me know how it goes, |
Ok as you said it works with the previous functions, Are you planning to update the simulator to include the new features of the API? |
Hi @alexlt97, Sorry for the delay. However, this would require a bit of work, so I don't have a date to give you. Best, |
Description
Good morning, I was trying to use the gazebo examples combined with the examples of movement. My idea is to learn how to use KINOVA API so I can create my own nodes but it looks that in gazebo the robot (I tried with both models) does not respond
to the movement commands, however, it does to open the gripper command
self.example_send_gripper_command(0.0)
and the initial movement that moves the robot to HOME from the nodehome_robot.py
called inkortex_gazebo spawn_kortex_robot.launch
. Do I need to change something inside the .launch files?Version
ROS distribution : Noetic
Branch and commit you are using : noetic-devel last commit
Steps to reproduce
Expected behavior
The robot follows the movement examples from
kortex_examples full_arm_movement_python.launch
in simulation as it does in the real robot.Any other information
I have no problems using the API in the real robot.
The simulation works with the node
example_cartesian_poses_with_notifications_cpp
but not with the full example.The text was updated successfully, but these errors were encountered: