-
Notifications
You must be signed in to change notification settings - Fork 19
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
Gazebo template files #200
Open
Nibanovic
wants to merge
23
commits into
moveit-package-template
Choose a base branch
from
gazebo-template
base: moveit-package-template
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
* so that setup-moveit-package planning and execution works out of the box
* 'myrobot' is the robot name * contains description, bringup and moveit packages from which moveit templates will be derived
* rviz severity is hardcoded to WARN * movegroup severity default is INFO
* lift robot so it does not clip to ground plane in sim * new joint position for joint2, same reason as above
* env hook file will be in the description package so it exposes meshes to gazebo during build
* now description package automatically exposes mesh files to gazebo * additionally, added deletion of include/ and src/ directiories when setting up description and bringup
* during simulation, absolute file:// is used * on actual robot, relative package:// is used
* it is already not being accounted for in gazebo bringup files
Nibanovic
force-pushed
the
moveit-package-template
branch
from
May 28, 2024 09:52
3d63b77
to
d1bc722
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added gazebo prompt to
setup-robot-bringup
, but if necessary i can expand it into asetup-robot-simulation
packageAfter setting up the bringup, if the user wants, can choose to add a dependency and
robot_sim.launch.py
file.Notes:
setup-robot-moveit
script, you cannot move the robot in gazebo due to external forces (gravity) in the default worldhumble
, as it usesros_gz_sim
. Asiron
is coming around (which will useros_gz_sim
) and we userolling
alot, I didn't add separate template forhumble
. I can add if necessary.description
package by default, no questions asked. I didn't want to bloat the setup script with more prompts, and all it does is expose mesh files to gazebo, in case you want to use it later.Potential TODO's:
.xml
simulation launch file