-
Notifications
You must be signed in to change notification settings - Fork 180
Sort-of rebase of 83: traj action aborts on error #271
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
base: melodic-devel
Are you sure you want to change the base?
Changes from 9 commits
55034f5
054559b
2cbfac3
3a7f82a
ad85a38
c71746c
16082f8
e1d78ce
22e3a09
d488591
d254877
fad1597
805b15c
9d4a5f3
fc00588
b288ca5
5d25268
68bccd4
ef1bb32
0fa8bba
0eeb23f
98b6c7b
c64243a
2b5b079
8db3016
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -30,6 +30,9 @@ | |||||
| <node pkg="industrial_robot_client" type="motion_download_interface" name="motion_download_interface"/> | ||||||
|
|
||||||
| <!-- joint_trajectory_action: provides actionlib interface for high-level robot control --> | ||||||
| <node pkg="industrial_robot_client" type="joint_trajectory_action" name="joint_trajectory_action"/> | ||||||
| <node pkg="industrial_robot_client" type="joint_trajectory_action" name="joint_trajectory_action"> | ||||||
| <param name="ignore_motion_server_error" type="bool" value="true" /> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I really appreciate this being tunable but I think we should be strict by default as it can introduce surprising delayed movements if you later enable movements (maybe ... maybe not ... ?)
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So this is indeed the main point of discussion here. Doing this by default has the potential to break ppl's setups. We could merge this PR as-is and not enable it on Melodic, then branch for Noetic and enable it there by default. I hate branching for these little things, but I don't really see another option.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we leave it disabled, how would you enable it manually? copy paste the launch file? I totally agree on avoiding branch-mess where possible
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see now that I forgot to export the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems I've forgotten to fix the |
||||||
| <param name="consider_status_unknowns_ok" type="bool" value="true" /> | ||||||
| </node> | ||||||
|
|
||||||
| </launch> | ||||||
Uh oh!
There was an error while loading. Please reload this page.