Skip to content
Snippets Groups Projects
Commit 808cd1c3 authored by Reed Hedges's avatar Reed Hedges
Browse files

in LaserPublisher rename default global tf to "odom"

parent 7c985841
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class ArTime;
class LaserPublisher
{
public:
LaserPublisher(ArLaser* _l, ros::NodeHandle& _n, bool _broadcast_transform = true, const std::string& _tf_frame = "laser_frame", const std::string& _parent_tf_frame = "base_link", const std::string& _global_tf_frame = "map");
LaserPublisher(ArLaser* _l, ros::NodeHandle& _n, bool _broadcast_transform = true, const std::string& _tf_frame = "laser", const std::string& _parent_tf_frame = "base_link", const std::string& _global_tf_frame = "odom");
~LaserPublisher();
protected:
void readingsCB();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment