Robotics StackExchange | Archived questions

How to represent the map (the search space) for rospy.

Hi!

I want to do some motion planning using Ros/Gazebo, and I have a rather basic question.

Having set the environment in Gazebo, what is the best (and standard) way to represent:

-The 2d map.

-The state space in case of dynamics.

-The state*time space in case of moving obstacles. (Both the continuous and its dicretization)

To do computation using Python (rospy). A list? A class? a numpy array ? or something else?

And thanks !

Asked by amine23 on 2013-04-09 09:19:59 UTC

Comments

Please break this down into smaller questions. This is too vague to be answerable.

Asked by tfoote on 2013-08-27 17:26:25 UTC

Answers