Open matthew-reynolds opened 2 years ago
Pipe the ZED depth image through depthimage_to_laserscan and into AMCL for 2D localization.
depthimage_to_laserscan
See q_pup_robot/q_pup_config/launch/navigate.launch and q_pup_robot/q_pup_config/launch/include/amcl.launch for topics, etc
q_pup_robot/q_pup_config/launch/navigate.launch
q_pup_robot/q_pup_config/launch/include/amcl.launch
Probably easier to start with 2D mapping w/ AMCL rather than 3D mapping w/ gmapping, at least for now
Pipe the ZED depth image through
depthimage_to_laserscan
and into AMCL for 2D localization.See
q_pup_robot/q_pup_config/launch/navigate.launch
andq_pup_robot/q_pup_config/launch/include/amcl.launch
for topics, etc