Skip to content

hakuturu583/robot_kinetics_pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

robot_kinetics_pkgs

ROS packages about robot kinetics(get center of gravity etc..)

packages and nodes

  • robot_kinetics
    ├ cog_publisher_node
    ├ foot_publisher_node
  • gazebo_robot_kinetics
    ├ from_contact_state_to_wrench_stamped_node

cog_publisher_node

calculate center of gravity from /robot_description parameters and /tf topic

topics and parameters

parameters
  • /robot_description
    type : string
  • ~publish_frame
    type : string
    default : base_link
  • ~publish_rate
    type : int
    default: 50
subscribe topics
publish topics

foot_state_publisher_node

A ROS node for publishing foot state.

topics and parameters

parameters
  • config_filename
    type:string
  • foot_id
    type:int (if LEFT=0,RIGHT=1)
  • ~publish_frame
    type : string
    default : base_link
subscribe topics
publish topics
  • ~/foot_state/corner_points
    message type : sensor_msgs/PointCloud
    corner points of support area
  • ~/foot_state/polygon
    publish support area foot polygon
    message_type : geometry_msgs/PolygonStamped
  • ~/foot_state
    message_type : robot_kinetics/FootState
    publish foot_state

from_contact_state_to_wrench_stamped_node

A ROS node for converting gazebo/ContactsState message to geometry_msgs/WrenchStamped message

topics and parameters

parameters
subscribe topics
publish topics

About

ROS packages about robot kinetics(get center of gravity etc..)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published