This repository was archived by the owner on Oct 17, 2025. It is now read-only.
Closed
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
c613239 to
4039a06
Compare
|
The run_moveit_cpp demo is hardcoded for the panda arm hence why it won't let you rename the group. A modified version of the demo specific to the RRBot should work |
Collaborator
Author
|
closing this PR in favour of this other ros-simulation/gazebo_ros_demos#41 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR builds on top of this other PR #44
I have created a simple example to move the joint of rrbot with moveit2 (which is already available in Foxy). Great new! Moveit2 and gazebo it's working! (more or less).
But I have some issues with the configuration files, for some reason the group is set to
panda_arm. In the SRDF the group is called like this because I was not able to change it to something likerrbot_arm.I'm able to move the robot but only to the defined position in the SRDF as you can see in the following gif.
Any help with the configuration it's appreciate it @davetcoleman @henningkayser. Maybe these two packages should go in another repository.
Signed-off-by: ahcorde ahcorde@gmail.com