Tips from Leticia

From Robin

Revision as of 13:16, 31 December 2023 by Claudaba (Talk | contribs)
Jump to: navigation, search

Leticia did some mapping and localization with Tiago, as well as autonomously gripping objects for her master thesis. Here are some tips of different packages, links, and lessons from her on these topics.

Interesting packages:

  • move_base
  • dynamic_reconfigure - to change some configs like max velocity in the code
  • jsk_data
  • moveit_core
  • octomap
  • pal repo

Interesting links:

Create a new map using gmapping on the real robot:

Turn off map_server and localization on the web commander.

To visualize:

 rviz rviz

To start the mapping:

 roslaunch pal_navigation_cfg_tiago mapping_gmapping. Launch

To navigate with the robot to create the room map:

 rosrun key_teleop key_teleop.py

To save the map:

 rosrun map_server map_saver

Then, you will have a map.pgm and map.yaml with the data.

Front page