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

Robot model config for cartographer

asked 2017-12-25 05:26:03 -0500

Jnus gravatar image

Hi, I am trying to make a map using cartographer and I do not know how to make the robot model. Is there a tutorial for the robot model or can i make a map without a robot model? I am using the backpack_2d that came with the cartographer and i modified it to not include odometry and changed num_laser_scans = 1, num_multi_echo_laser_scans = 0 in the lua file.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2017-12-27 12:38:50 -0500

bpinaya gravatar image

You can load a map in ROS without having a robot model, check out the map server: http://wiki.ros.org/map_server

To model robots, you need to learn XML and more specifically URDF (Universal Robot Description Format), best place to start is here: http://wiki.ros.org/urdf

After you learn URDF check Xacro too, it's like URDF with some extra macros.

It seems you are trying to do SLAM since you are using cartographer, I'd recommend you learn more about the ROS environment before.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-12-25 05:26:03 -0500

Seen: 700 times

Last updated: Dec 27 '17