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

Deprecation Warnings on MoveIt launch #10

Open
3 tasks
IanTheEngineer opened this issue Nov 4, 2016 · 2 comments
Open
3 tasks

Deprecation Warnings on MoveIt launch #10

IanTheEngineer opened this issue Nov 4, 2016 · 2 comments
Labels

Comments

@IanTheEngineer
Copy link
Contributor

IanTheEngineer commented Nov 4, 2016

There are two sets of warning that now show up when starting roslaunch sawyer_moveit_config sawyer_moveit.launch:

  • Trajectory Parameters
[ WARN] [1478272020.526312660]: 
Deprecation warning: parameter 'allowed_execution_duration_scaling' moved into namespace 'trajectory_execution'.
Please, adjust file trajectory_execution.launch.xml!
[ WARN] [1478272020.529095252]: 
Deprecation warning: parameter 'allowed_goal_duration_margin' moved into namespace 'trajectory_execution'.
Please, adjust file trajectory_execution.launch.xml!

and

  • move_group Trajectory Action
[ WARN] [1478272026.036739941]: 
Deprecation warning: Trajectory execution service is deprecated (was replaced by an action).
Replace 'MoveGroupExecuteService' with 'MoveGroupExecuteTrajectoryAction' in move_group.launch

and

  • xacro.py deprecation
xacro.py is deprecated; please use xacro instead
@IanTheEngineer
Copy link
Contributor Author

The first warning is related to ros-industrial/fanuc_experimental#24

IanTheEngineer added a commit that referenced this issue Nov 5, 2016
- Adds a setup assistant file
- Adds moveit_kinematic to package.xml
- Updates Xacro invocation
- Fixes deprecated ExcecuteService to TrajectoryAction

This fixes 2/3 pieces of #10 issue
@IanTheEngineer IanTheEngineer modified the milestone: SDK 5.0 Nov 7, 2016
@IanTheEngineer
Copy link
Contributor Author

IanTheEngineer commented Nov 8, 2016

The Trajectory Action change will break Indigo (as noted in #14). Best to keep the warning intact.

@IanTheEngineer IanTheEngineer removed this from the SDK 5.0 milestone Nov 9, 2016
steven676 pushed a commit to UCB-ISG/sawyer_moveit that referenced this issue Jun 27, 2024
…ot_chmod

Added executable permissions to enable robot script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant