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 'SendJointAngleTrajectory' to jaco_comm class #2

Open
jon-weisz opened this issue Jul 3, 2014 · 0 comments
Open

Add 'SendJointAngleTrajectory' to jaco_comm class #2

jon-weisz opened this issue Jul 3, 2014 · 0 comments

Comments

@jon-weisz
Copy link

Add a ros-agnostic interface for adding a complete trajectory to the controller.
It should take a const std::vector & jaco::TrajectoryPoint points list and return a bool if the trajectory is added.

This should be inspired by the SendTrajectory command found here:
https://github.com/RIVeR-Lab/jaco-ros/blob/moveit_revolutejoints/jaco_driver/src/jaco_comm.cpp#L225
and the pose trajectory interface found here:
https://github.com/RIVeR-Lab/jaco-ros/blob/moveit_revolutejoints/jaco_driver/src/jaco_pose_trajectory_action.cpp#L66

But it should add the entire trajectory ON THE INSIDE, not point by point.

So, the interface should look something like

bool SendJointAngleTrajectory(const std::vector & points)
{

}

This could be build by wrapping a SendJointAnglePoint function that looks exactly like SendTrajectory but replaces the
API->SetCartesianControl();
with whatever is needed to set it to angular control

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

No branches or pull requests

1 participant