[ros-users] [Discourse.ros.org] [Humanoids] Humanoid_msgs De…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Péter Fankhauser via ros-users
Date:  
To: ros-users
Subject: [ros-users] [Discourse.ros.org] [Humanoids] Humanoid_msgs Definitions


Thanks for the elaborations @rmerriam! For step/leg motion types that are more complicated, arbitrary motions can be executed with `EndEffectorTrajectory.msg ` from [free_gait_msgs](https://github.com/leggedrobotics/free_gait/tree/master/free_gait_msgs/msg):

    # Definition of a trajectory for the foot.


    # Leg name ('LF_LEG', 'RH_LEG' etc.).
    string name


    # Trajectory for the end effector.
    # Trajectory can contain transforms, twists, or accelerations,
    # or combinations of these. 
    trajectory_msgs/MultiDOFJointTrajectory trajectory


    # Target surface normal.
    # Leave empty of no contact is expected or not known.
    geometry_msgs/Vector3Stamped surface_normal


    # If contact of the end effector should be ignored.
    # Default is false.
    bool ignore_contact


    # If pose adaptation should ignore this leg motion.
    # Default is false.
    bool ignore_for_pose_adaptation






---
[Visit Topic](https://discourse.ros.org/t/humanoid-msgs-definitions/2119/10) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>