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

Add TrajOpt launch files to panda_moveit_config #29

Merged
merged 12 commits into from
Aug 7, 2019

Conversation

ommmid
Copy link

@ommmid ommmid commented May 23, 2019

Added the necessary launch files so we can run panda_moveit_config package with TrajOpt planner (empty template). Also added an empty yaml file for trajopt.

Furthermore, applied the necessary changes so that all the planners can be passed to demo.launch with an arg called planner. In this way, we do not need to make extra demo and move_group for each new planner.
We can just pass the name: demo.launch planner:=trajopt

@davetcoleman , please review this PR. Thanks.

Copy link
Member

@davetcoleman davetcoleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we should merge this file until trajopt actually exists in moveit. Otherwise users will get confused by the missing functionality.

.setup_assistant Outdated Show resolved Hide resolved
launch/moveit.rviz Outdated Show resolved Hide resolved
launch/planning_pipeline_trajopt.launch.xml Outdated Show resolved Hide resolved
@ommmid ommmid changed the title Launch files for running panda_moveit_config with TrajOpt planner WIP add TrajOpt launch files to panda_moveit_config May 24, 2019
@ommmid ommmid changed the title WIP add TrajOpt launch files to panda_moveit_config Add TrajOpt launch files to panda_moveit_config Aug 2, 2019
Copy link
Member

@davetcoleman davetcoleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there

@@ -21,7 +21,7 @@
</group_state>
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<!--VIRTUAL JOINT: Purpose: this element defines a virtual joint between a robot link and an external frame of reference (considered fixed with respect to the robot)-->
<virtual_joint name="virtual_joint" type="floating" parent_frame="world" child_link="panda_link0" />
<virtual_joint name="virtual_joint" type="fixed" parent_frame="world" child_link="panda_link0" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you changing this? floating is used for things like rviz_visual_tools hiding

Copy link
Author

@ommmid ommmid Aug 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it is floating, then haveCompletedState() from StateMonitor never returns true Indicating we have no joint state information for at least one joint. I revert this back to floating but open an issue. It is the same problem as #33 but I am running melodic: #38

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. We can leave it as fixed. It will make "hiding" a robot hard, but I've created a PR and some issues to track this needed fix in the future: moveit/moveit_msgs#55

launch/demo.launch Outdated Show resolved Hide resolved
launch/run_benchmark_trajopt.launch Outdated Show resolved Hide resolved
launch/run_benchmark_trajopt.launch Outdated Show resolved Hide resolved
Copy link
Member

@davetcoleman davetcoleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

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