EnstaBretagneClubRobo / enstaB-ros

This repository stocks all ros packages made a terrestrial robot for eurathlon 2015
GNU General Public License v3.0
0 stars 0 forks source link

Some doubts about parameters used #1

Closed ktiwari9 closed 8 years ago

ktiwari9 commented 9 years ago

Hi there, I want to use your astar node to use my occupancy grid and generate a path from start to the goal position. I am not sure what you mean by
mapframe = "/map_star"; baseframe = "/base_star"; My occupancy grid is being advertised on the topic called /local_grid and my rviz fixed frame is set to /odom so what should the values of map_frame and base_frame for my case ?

Elessog commented 9 years ago

Hello, The map frame should be the frame id of the map and base frame is the frame of the robot. If you want to test just use a static tf broadcaster between those two frame, then use goal service to create yours, but be aware that this package has not been debug and the tf listener is maybe inverted (line 88 in cpp file).