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

costmap_generator output

asked 2020-05-01 11:43:56 -0500

henryth gravatar image

updated 2020-05-01 12:21:57 -0500

With the costmap_generator package, what is the format of the predicted objects from naive_motion_predict? Is it a list of objects / object predicted trajectories? I am wondering what kind of output that is, and how I can get that output.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-08-31 22:37:18 -0500

Vini71 gravatar image

You can inspect the naive_motion_predictor node and see for which topic it is publishing...just use the RQT, click over it on runtime manager and open the plugin introspection option and click over the active topics/nodes.

Then just take this topic that the naive_motion_predictor is publishing and type:

rostopic msg type

Or

rostopic info

Then you will get the message type of this topic. Or just look for this PKG and node on GitHub (Google it) and check the code to understand it.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-05-01 11:43:56 -0500

Seen: 208 times

Last updated: Aug 31 '21