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

Does environment server make global 3D representation with respect to static frame /odom or /map ?

asked 2011-11-15 12:29:42 -0500

VN gravatar image

updated 2011-11-16 09:25:14 -0500

I am looking for a collision efficient 3D global representation. I think environment server does this using collision map, but I am not sure and hence want to clear my doubts.

Does environment server take the collision maps and put them into global representation which should be with respect to some static frame like /odom or /map. So if next time it receives a new collision map from different location of mobile base (as collision map is centered around the mobile base frame) then it should update the global 3D representation. could someone show me the right direction?

If above is true then Can I save the global 3d representation (collision map) and reload it again in the future??

Thanks,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-11-18 01:14:14 -0500

raphael favier gravatar image

Usually, that kind of algorithms rely on TF to transform incoming sensor data into a global frame.

As you probably know, all your sensor data are supposed to carry a frame_id and a time stamp, which are used by TF to perform adequate transformations.

Checking the documentation of http://www.ros.org/wiki/planning_environment, you can find the following:

~global_frame (string, default: "") If the global frame is specified to be the empty string, the root frame in which all monitoring will take place is the root link of the robot ("base_link" for the robot). Otherwise, this parameter can be set to a fixed frame in the world (e.g. "odom_combined", "map")

so in the end, it is up to you to chose what frame is to be used as reference.

Raph

edit flag offensive delete link more

Comments

Raphael: That makes sense. Actually I am using electric and in the starting of "planning_environment" documentation it says that most of the information on diamondback no longer holds so I didn't scroll down to read this information.
VN gravatar image VN  ( 2011-11-18 05:24:40 -0500 )edit
I am assuming that same parameter (global_frame) holds in electric as well. I need to set this parameter "global_frame" under "environment_server" node in launch file?? Can you please specify how collision map represents unknown space?
VN gravatar image VN  ( 2011-11-18 05:31:07 -0500 )edit
sorry, I never used this package. maybe check mapping_msgs, but it seems its API will undergo changes at it will move to using PCL. else, use the source luke ;)
raphael favier gravatar image raphael favier  ( 2011-11-18 05:41:56 -0500 )edit

Question Tools

Stats

Asked: 2011-11-15 12:29:42 -0500

Seen: 305 times

Last updated: Nov 18 '11