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

joint_trajectory action for the ROS wrapper #49

Open
AmelieLegeleux opened this issue Nov 12, 2020 · 2 comments
Open

joint_trajectory action for the ROS wrapper #49

AmelieLegeleux opened this issue Nov 12, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@AmelieLegeleux
Copy link

Hi,
I'm trying to use the code I have written with real robot with QiBullet. With QiBullet, I cannot use /joint_trajectory action like I did with real robot (with the same ros package /naoqi_driver). I can move the robot with /joint_angles but not with /joint_trajectory. Why?
Thank you for your help!

@mcaniot
Copy link
Member

mcaniot commented Nov 13, 2020

Hi,
It's normal because it's not linked in the qibullet ros_wrapper. The ros_wrapper contained the basic topics linked as the /joint_angles topic (see _jointAnglesCallback in ros_wrapper.py). If you want, you can implement the function to link /joint_trajectory and request a PR.

@AmelieLegeleux
Copy link
Author

Ok, thank you for you answer. I have used /joint_angles but now I prefer to use the action joint_trajectory to define the entire movement. When there are a lot of positions for a single movement, the movement is more smooth with an action (avoiding publishing multiple positions) espacially with real robot.

@mbusy mbusy added the enhancement New feature or request label Nov 13, 2020
@mbusy mbusy changed the title Joint_trajectory action not implemented joint_trajectory action for the ROS wrapper Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants