Skip to content
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

Moveit package template #196

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Moveit package template #196

wants to merge 13 commits into from

Conversation

Nibanovic
Copy link
Contributor

@Nibanovic Nibanovic commented Apr 5, 2024

Moveit config template

Work in progress for a setup-moveit-package functionality.
Template will first be set up for rolling, later easily adapted to humble
The package will be designed so that first robot_name_bringup robot_name.launch.xml is run, and then robot_name_moveit moveit.launch.xml.

file structure:

for a robot named robot_name:

robot_name_moveit/
	config/
		ompl_planning.yaml
		moveit_controllers.yaml
		… or whatever structure we decide on
	launch/
		moveit.launch.xml
		moveit.launch.py
	srdf/
		robot_name_macro.srdf.xacro
		robot_name.srdf.xacro
	rviz/
		moveit.rviz

milestones

  • set up moveit package to work with default desctiption and bringup packages generated from RTW
  • added the temporary workspace myrobot_ws to repository for easier collaboration on the templates
  • finished configuration file structure
  • add setup-robot-moveit.bash script
  • replace robot and package names with variables from script
  • set up launch.xml to do the same as launch.py
  • update append_to_README to describe robot_name_moveit package usage

@Nibanovic Nibanovic changed the base branch from master to fix-bringup-template April 5, 2024 08:34
Base automatically changed from fix-bringup-template to master April 8, 2024 06:44
@Nibanovic Nibanovic changed the title [WIP] Moveit package template Moveit package template Apr 8, 2024
@joseriyancyriac
Copy link
Contributor

There is an issue with parsing the robot_macro.srdf.xacro and robot.srdf.xacro files because of the license header.

<?xml version="1.0" encoding="UTF-8"?> being the first line of the document fixes this issue.

Copy link

mergify bot commented May 16, 2024

This pull request is in conflict. Could you fix it @Nibanovic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants