Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is a ROS 2 package that gets the end effector position from a tf msg.

License

Notifications You must be signed in to change notification settings

tasada038/tf_to_pos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf_to_pos

This is a ROS 2 package that gets the end effector position from a tf msg.

Supported ROS 2 distributions

humble ubuntu22

Requirements

  • Ubuntu OS PC
    • Ubuntu 22.04 Humble

Usage

  1. Set target frames to use.

Set the target frame from tf_to_pos_component.cpp.

  // Set target frames to subscribe, line 34.
  target_frames_ = {
    "lf_foot_link", "lh_foot_link", "rf_foot_link", "rh_foot_link"
  };
  1. To run the example.
colcon build --packages-select tf_to_pos
. install/setup.bash
ros2 run tf_to_pos tf_to_pos
colcon build --packages-select tf_to_pos
. install/setup.bash
ros2 run tf_to_pos pos_sub

tf_to_pos

License

This repository is licensed under the MIT license, see LICENSE.

About

This is a ROS 2 package that gets the end effector position from a tf msg.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published