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

Feature Request: Cartesian Path Constraints #218

Open
mpowelson opened this issue Nov 20, 2020 · 2 comments
Open

Feature Request: Cartesian Path Constraints #218

mpowelson opened this issue Nov 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@mpowelson
Copy link
Contributor

mpowelson commented Nov 20, 2020

Cartesian path contraints would be useful. While eventually, different kinds of splines might be nice, for now I think the input may just be 2 isometries. The tcp must lie somewhere on the line between them.

This would ideally be added as a constraint to trajopt_ifopt

@mpowelson mpowelson added the enhancement New feature or request label Nov 20, 2020
@JuliusSustarevas
Copy link

Hi, this might not be the right place for this comment.
I might be misunderstanding optimisation based control very well, but I was under the impression that the reference signal can be time-varying and thus cartesian path can be passed as a target trajectory, not necessarily a constraint. Where your normal " go to pose" type of problem would have (Y-R)'Q(Y-R) and R would be a repeated setpoint, a trajectory following could simply have target trajectory inside R? Is this too superficial understanding? Apologies, I'm just trying to figure out cartesian path following capabilities of traj_opt

@Levi-Armstrong
Copy link
Contributor

The current trajopt implementation was developed for full trajectory optimization assuming constraints, costs functions and collision environment are fixed and only the trajectory joints states can be changed during the optimization. Where you motion plan upfront and then execute the trajectory assuming things have not changed.

In some case this may not be ideal where you would like to use this as the nominal trajectory and your system has some type of sensor feedback where you what to use optimization based control to adapt the trajectory while trying to track the nominal trajectory as close as possible. The trajopt_ifopt package was created to support doing just this and it is currently under active development to support this functionality. There is an example in tesseract_ros_examples called the online planner which demos early capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants