Only released in EOL distros:
Package Summary
A simple node to publish the robot's position relative to the map using TFs.
- Author: Russell Toris
- License: BSD
- Source: git https://github.com/WPI-RAIL/robot_pose_publisher.git (branch: fuerte-devel)
Package Summary
A Simple Node to Publish the Robot's Position Relative to the Map using TFs
- Maintainer status: maintained
- Maintainer: Russell Toris <rctoris AT wpi DOT edu>
- Author: Russell Toris <rctoris AT wpi DOT edu>
- License: BSD
- Bug / feature tracker: https://github.com/WPI-RAIL/robot_pose_publisher/issues
- Source: git https://github.com/WPI-RAIL/robot_pose_publisher.git (branch: master)
Package Summary
A Simple Node to Publish the Robot's Position Relative to the Map using TFs
- Maintainer status: maintained
- Maintainer: Russell Toris <rctoris AT wpi DOT edu>
- Author: Russell Toris <rctoris AT wpi DOT edu>
- License: BSD
- Bug / feature tracker: https://github.com/WPI-RAIL/robot_pose_publisher/issues
- Source: git https://github.com/WPI-RAIL/robot_pose_publisher.git (branch: master)
Package Summary
A Simple Node to Publish the Robot's Position Relative to the Map using TFs
- Maintainer status: maintained
- Maintainer: Russell Toris <rctoris AT wpi DOT edu>
- Author: Russell Toris <rctoris AT wpi DOT edu>
- License: BSD
- Bug / feature tracker: https://github.com/GT-RAIL/robot_pose_publisher/issues
- Source: git https://github.com/GT-RAIL/robot_pose_publisher.git (branch: master)
Package Summary
A Simple Node to Publish the Robot's Position Relative to the Map using TFs
- Maintainer status: maintained
- Maintainer: Russell Toris <rctoris AT wpi DOT edu>
- Author: Russell Toris <rctoris AT wpi DOT edu>
- License: BSD
- Bug / feature tracker: https://github.com/GT-RAIL/robot_pose_publisher/issues
- Source: git https://github.com/GT-RAIL/robot_pose_publisher.git (branch: master)
Package Summary
A Simple Node to Publish the Robot's Position Relative to the Map using TFs
- Maintainer status: maintained
- Maintainer: Russell Toris <rctoris AT wpi DOT edu>
- Author: Russell Toris <rctoris AT wpi DOT edu>
- License: BSD
- Bug / feature tracker: https://github.com/GT-RAIL/robot_pose_publisher/issues
- Source: git https://github.com/GT-RAIL/robot_pose_publisher.git (branch: master)
Contents
About
The robot_pose_publisher package contains a ROS node that will publish the transform between the /base_link frame and the /map frame as a pose message. This information is useful if you are interested in the robots position but do not want to stream the entire TF tree to get this information. An example use case is for web widgets.
Nodes
robot_pose_publisher
robot_pose_publisher publishes the transform between the /base_link frame and the /map frame.Published Topics
robot_pose (geometry_msgs/Pose)- The current transform between the /base_link frame and the /map frame as a pose message.
Installation
To install the robot_pose_publisher package, you can choose to either install from source, or from the Ubuntu package:
Source
To install from source, execute the following:
Ubuntu Package
To install the Ubuntu package, execute the following:
sudo apt-get install ros-fuerte-robot-pose-publisher
To install the robot_pose_publisher package, you can choose to either install from source, or from the Ubuntu package:
Source
To install from source, execute the following:
Ubuntu Package
To install the Ubuntu package, execute the following:
sudo apt-get install ros-groovy-robot-pose-publisher
To install the robot_pose_publisher package, you can choose to either install from source, or from the Ubuntu package:
Source
To install from source, execute the following:
Ubuntu Package
To install the Ubuntu package, execute the following:
sudo apt-get install ros-indigo-robot-pose-publisher
To install the robot_pose_publisher package, you can choose to either install from source, or from the Ubuntu package:
Source
To install from source, execute the following:
Ubuntu Package
To install the Ubuntu package, execute the following:
sudo apt-get install ros-jade-robot-pose-publisher
Startup
To run the node, ensure that a valid transform exists between the /base_link frame and the /map frame (e.g., from a navigation node), and run the following:
rosrun robot_pose_publisher robot_pose_publisher
Support
Please send bug reports to the GitHub Issue Tracker. Feel free to contact me at any point with questions and comments.
|
|
|