-
Notifications
You must be signed in to change notification settings - Fork 48
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
New package with our own robot setup. #134
Comments
hi @Shenwei1234 , thanks for coming back. Could you please share the code repository then I can have a look |
Sorry for the very late response! We eventually found that this behaviour could be fixed be changing the "Move Group Namespace" that was shown in Rviz directly from the moveit.rviz file in the custom moveit config package instead of the GUI. This seems to have fixed the error. Although I still don't understand why this couldn't be done from the GUI 🤔 Disclaimer: This solution is by @TheMipmap (we work together), and this is written on his behalf:) |
okay glad you were able to find this solution, maybe let me re-open it, as it is definitely still an issue In fact, this is one of the only packages that namespaces the Move Group, and I believe there are a couple of errors that arise from that. Just to highlight for others. What you probably changed is the
Could you please confirm that real quick @Shenwei1234. Thank you so much! |
Yes that is correct:) |
Hi
We have used your bringup system as a means to create a simulation of our own dual-arm setup (currently there's only one arm). We have created our own 'package' called 'left_arm_moveit_config' which is a copy of your 'iiwa7_moveit_config', but changed all necessary parameters in all necessary files (we think so...) to suit ours (see image NewPackage.png).
We have also created a new URDF directory containing our URDF in the lbr_description directory(see image OurURDF.png), and changed all the files (we think so...) where URDF is called with our own URDF.
We then run 'ros2 launch lbr_bringup bringup.launch.py model:=left_arm sim:=true rviz:=true moveit:=true'. However, in the motion planning panel, there is no content in the 'Move Group Namespace', which we assume is why we are unable to plan&execute (see DualArmRviz.png).
We can also see using rqt_graph, that some nodes and connections are missing, compared to when running your iiwa7 simulation (see images OurRQTgraph2.png and YourRQTgraph.png). As you can see, we are missing the action connected from the node /lbr/position_trajectory_controller, and also our /lbr/move_group node is only connected to /lbr_display_planned_path, as compared to yours which connected to several other actions.
Can you help? Have me missed any steps? Any help is appreciated.
The text was updated successfully, but these errors were encountered: