Skip to content

Question on Planning with Custom Constraints (CHOMP) #793

Open
@leonardoedgar

Description

@leonardoedgar

Description

Hi, I want to run CHOMP as post-processing in my motion planning pipeline with custom constraints. Ideally, I will have a trajectory in the form trajectory_msgs/JointTrajectory.msg as the input to CHOMP and would like the output to be trajectory_msgs/JointTrajectory.msg as well. The custom constraint that I want to impose is the ZMP constraint that is represented in the form of:
$L(s) \leq a(s)\ddot{s} + b(s)\dot{s}^2 + c(s) \leq U(s)$
where $s$ is a path parameter $s \in [0, 1]$, $L$ and $U$ are the lower and upper bound of the constraint respectively, and $a$, $b$, $c$ are coefficients.

I think in the CHOMP paper the author also used ZMP constraints in a quadruped robot, so theoretically planning under ZMP constraints with CHOMP is possible.

Do you have any pointers on where I can implement this? Thanks

Your environment

  • ROS Distro: Kinetic/Melodic/Noetic
  • OS Version: Ubuntu 16.04/18.04/20.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions