Discussion:
[Rock-dev] [rock] #310: Corridor Servoing Grid Resolution
rock
2013-08-06 15:06:54 UTC
Permalink
#310: Corridor Servoing Grid Resolution
-------------------------+-----------------------------------
Reporter: rdominguez | Owner: rock-dev-mailing-list
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: base | Keywords: corridor_servoing
-------------------------+-----------------------------------
Hello,

I would like to reduce the resolution of the grid that is used in the
Corridor Servoing task. This property is not configurable through the
orogen configuration file. I have tried going through the code and
changing the resolution from 6 to 3 in
planning/vfh_star/src/ElevationGrid.h +58
and in
planning/vfh_star/src/TraversabilityGrid.h +16

It didn't work.
I want to change the resolution so that a larger area around each beam is
presumed to be covered.

Thanks in advance,
Ra?l
--
Ticket URL: <http://rock.opendfki.de/ticket/310>
rock <http://rock.opendfki.de>
rock: the robot construction kit
rock
2014-06-27 14:36:55 UTC
Permalink
#310: Corridor Servoing Grid Resolution
-------------------------------+------------------------------------
Reporter: rdominguez | Owner: rock-dev-mailing-list
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: base | Resolution:
Keywords: corridor_servoing |
-------------------------------+------------------------------------

Comment (by rdominguez):

For doubling the size of the Traversaversability Grid, I performed the
following changes:

* in planning/vfh_star/src/Grid.h
Set the GRIDSIZE from 600 to 1200 and the GRIDRESOLUTION from 12 to 24

* in planning/vfh_star/src/TraversabilityMapGenerator.cpp
In line 611 I changed the values passed for the grid parameter in the
function computeSmoothElevationGrid from 600 to 1200 and from 12 to 24

* in planning/nav_graph_search/src/dstar_lite.cpp
In line 292 the parameter for updateTraversability from 12 to 24.
--
Ticket URL: <https://rock.opendfki.de/ticket/310#comment:1>
rock <https://rock.opendfki.de>
rock: the robot construction kit
rock
2014-06-27 14:37:52 UTC
Permalink
#310: Corridor Servoing Grid Resolution
-------------------------------+------------------------------------
Reporter: rdominguez | Owner: rock-dev-mailing-list
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: base | Resolution: fixed
Keywords: corridor_servoing |
-------------------------------+------------------------------------
Changes (by rdominguez):

* status: new => closed
* resolution: => fixed
--
Ticket URL: <https://rock.opendfki.de/ticket/310#comment:2>
rock <https://rock.opendfki.de>
rock: the robot construction kit
Loading...