-
Notifications
You must be signed in to change notification settings - Fork 543
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
Generated launch files from setup assistant not working #3165
Comments
What if you remove the |
if i remove that argument I get only this error
|
Hmm... I might start commenting out different components in the launch file to see where the bad parameter definition is, then. Quite likely there's a bug, but we'll need to find exactly where. Thanks! |
From what I've seen, the two areas that are kinda brittle with regards the to the |
I don't use 3d sensors, so no config file,the moveit_controllers yaml is moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager
moveit_simple_controller_manager:
controller_names:
- scaled_joint_trajectory_controller
- ur_hand_controller
scaled_joint_trajectory_controller:
type: FollowJointTrajectory
joints:
- ur10e_shoulder_pan_joint
- ur10e_shoulder_lift_joint
- ur10e_elbow_joint
- ur10e_wrist_1_joint
- ur10e_wrist_2_joint
- ur10e_wrist_3_joint
action_ns: follow_joint_trajectory
default: true
ur_hand_controller:
type: GripperCommand
joints:
- gripper_finger_joint
action_ns: gripper_cmd
default: true If you need more info let me know! |
I would think the motion planning ones, like If you can put your whole generated package on github or something, we can take a look. EDIT: I Just went through the entire MoveIt Setup Assistant tutorial with the Franka (https://moveit.picknik.ai/main/doc/examples/setup_assistant/setup_assistant_tutorial.html), and it worked fine for me. So there must be something specific to this setup. |
Description
I tried to run the move group launch file generated from the setup assistant, and i get only an error instead of working.
ROS Distro
Jazzy
OS and version
Ubuntu 24.04
Source or binary build?
Source
If binary, which release version?
No response
If source, which branch?
main
Which RMW are you using?
None
Steps to Reproduce
run the generated launch file
Expected behavior
should work
Actual behavior
Error as shown in description
Backtrace or Console output
No response
The text was updated successfully, but these errors were encountered: