ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Is the robot moving in Stage? slam_gmapping
has two parameters (linearUpdate
, angularUpdate
) that determine how much the robot has to translate or rotate before the algorithm executes another iteration (see http://wiki.ros.org/gmapping)
So you can drive the robot around and/or set those parameters to 0.0
in order to trigger the SLAM process.
2 | No.2 Revision |
Is the robot moving in Stage? slam_gmapping
has two parameters (linearUpdate
, angularUpdate
) that determine how much the robot has to translate or rotate before the algorithm executes another iteration (see http://wiki.ros.org/gmapping)
So you can drive the robot around and/or set those parameters to 0.0
in order to trigger the SLAM process.
rosrun gmapping slam_gmapping _linearUpdate:=0.0 _angularUpdate:=0.0
3 | No.3 Revision |
Is the robot moving in Stage? slam_gmapping
has two parameters (linearUpdate
, angularUpdate
) that determine how much the robot has to translate or rotate before the algorithm executes another iteration (see http://wiki.ros.org/gmapping)
So you can drive the robot around and/or set those parameters to 0.0
in order to trigger the SLAM process.
For example:
rosrun gmapping slam_gmapping _linearUpdate:=0.0 _angularUpdate:=0.0
4 | No.4 Revision |
Is the robot moving in Stage? slam_gmapping
has two parameters (linearUpdate
, angularUpdate
) that determine how much the robot has to translate or rotate before the algorithm executes another iteration (see http://wiki.ros.org/gmapping)
So you can drive the robot around and/or set those parameters to 0.0
in order to trigger the SLAM process.
For example:
rosrun gmapping slam_gmapping _scan:=base_scan _linearUpdate:=0.0 _angularUpdate:=0.0
5 | No.5 Revision |
Is the robot moving in Stage? slam_gmapping
has two parameters (linearUpdate
, angularUpdate
) that determine how much the robot has to translate or rotate before the algorithm executes another iteration (see http://wiki.ros.org/gmapping)
So you can drive the robot around and/or set those parameters to 0.0
in order to trigger the SLAM process.
For example:
rosrun gmapping slam_gmapping _scan:=base_scan _linearUpdate:=0.0 _angularUpdate:=0.0
6 | No.6 Revision |
Is the robot moving in Stage? slam_gmapping
has two parameters (linearUpdate
, angularUpdate
) that determine how much the robot has to translate or rotate before the algorithm executes another iteration (see http://wiki.ros.org/gmapping)
So you can drive the robot around and/or set those parameters to 0.0
in order to trigger the SLAM process.
rosrun gmapping slam_gmapping _scan:=base_scan scan:=base_scan _linearUpdate:=0.0 _angularUpdate:=0.0