Conversation
…joint_trajectory
action, modifing the server, adding BT plugin, testing
grab2_planner/CMakeLists.txt
Outdated
| ${visualization_msgs_TARGETS} | ||
| ${moveit_msgs_TARGETS} | ||
| ${moveit_visual_tools_TARGETS} | ||
| # ${moveit_visual_tools_TARGETS} |
There was a problem hiding this comment.
This is not required
| # ${moveit_visual_tools_TARGETS} |
There was a problem hiding this comment.
we won’t need this package so I think it’s better to remove it for now to avoid any potential issues.
There was a problem hiding this comment.
we won’t need this package so I think it’s better to remove it for now to avoid any potential issues.
Agreed! I meant let's remove the line entirely
grab2_planner/package.xml
Outdated
| <depend>moveit_ros_planning</depend> | ||
| <depend>moveit_ros_planning_interface</depend> | ||
| <depend>moveit_visual_tools</depend> | ||
| <!-- <depend>moveit_visual_tools</depend> --> |
There was a problem hiding this comment.
Ditto
| <!-- <depend>moveit_visual_tools</depend> --> |
grab2_planner/CMakeLists.txt
Outdated
| find_package(visualization_msgs REQUIRED) | ||
| find_package(moveit_msgs REQUIRED) | ||
| find_package(moveit_visual_tools REQUIRED) | ||
| # find_package(moveit_visual_tools REQUIRED) |
There was a problem hiding this comment.
Same as below
| # find_package(moveit_visual_tools REQUIRED) |
| move_group_interface_->stop(); | ||
| move_group_interface_->clearPoseTargets(); |
There was a problem hiding this comment.
to ensure that any previous motion or targets are cleared before planning a new trajectory,
| <root main_tree_to_execute="MainTree"> | ||
| <BehaviorTree ID="MainTree"> | ||
| <Sequence> | ||
| <ComputeAndSendTrajectory/> |
There was a problem hiding this comment.
Let's keep this a planning action only following the current grab2 schema
There was a problem hiding this comment.
This is just for testing purposes, to quickly check the node functionality, this file should be removed.
Co-authored-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com>
Co-authored-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com>
|
@zaynabahmad use |
No description provided.