ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

Publish initial pose

asked 2012-01-16 06:12:49 -0500

Dallas Goecker gravatar image

Is there a better way to publish the initial pose to AMCL other than creating a publisher and delaying a few seconds before publishing it? How do I know it got it? How do I know if AMCL has even started yet?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
5

answered 2012-01-16 08:45:26 -0500

Eric Perko gravatar image

If you just want to make sure that it gets it once it starts, I suggest using a Publisher with a latched topic. That way, whenever amcl gets around to subscribing to the initialpose topic, as long as your node already has published it, amcl should get it.

See the roscpp docs for information on how to make a latched publisher in C++.

edit flag offensive delete link more
0

answered 2012-01-16 07:17:10 -0500

DimitriProsser gravatar image

rosnode list can tell you if AMCL has started.

The other way to define the initial pose is through Rviz. I know that Rviz has an option for 2D Pose Estimate that you can use.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-01-16 06:12:49 -0500

Seen: 3,076 times

Last updated: Jan 16 '12