-
Notifications
You must be signed in to change notification settings - Fork 195
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
moveit2_tutorials demo.launch.py not working #821
Comments
The main branch of ros2_kortex was recently updated to include some new arguments in the description macros for rendering the kinova and I'm guessing there is now a compatibility issue with the way the kinova is being launched here. I'll investigate, but a short term fix is to check out the commit with hash 740d21b5650a74104fb8c5afb56f7b6f055cdb83 in the ros2_kortex repo (the commit before the kinova macros were updated). |
This breakage is due to the fact that we are pointing to the latest commits on the main branch in ros2_kortex which pass along the "isaac_joint_commands" parameter, but we are using outdated binaries for the robotiq_description package that are not compatible. The latest changes in the robotiq_description repo accept the "isaac_joint_commands" parameter, but the binaries do not have these changes. So we attempt to pass along an "isaac_joint_commands" parameter when loading the gripper in robotiq_2f_85_macro.urdf.xacro, to the old robotiq_description macro which does not accept the parameter and throws the error. |
@dyackzan Adding the |
It still doesn't work after adding How to solve this? |
@varun7860 You will have to clone the serial package to your workspace - https://github.com/tylerjw/serial/tree/ros2 |
@varun7860 I have updated the |
Closing since this is resolved by #826 |
Description
Launch the demo.launch.py file fails probably due to an invalid parameter
Your environment
Steps to reproduce
Expected behaviour
Demo launches
Backtrace or Console output
The text was updated successfully, but these errors were encountered: