Skip to content

mola stops publishing map->odom when the robot is stopped #102

@limor666

Description

@limor666

I'm running it using standard yaml files and overriding defaults in command line.
Invoking in the following way works as expected but I would like it not to stop publishing map->odom once there is no movement of the robot

MOLA_IMU_TOPIC=/Tugbot1/imu \
MOLA_LO_PUBLISH_REFERENCE_FRAME=map \
MOLA_LO_PUBLISH_VEHICLE_FRAME=Tugbot1/base_link_180 \
MOLA_TF_BASE_LINK=Tugbot1/base_link_180 \
MOLA_TF_ESTIMATED_ODOMETRY=Tugbot1/odom \
MOLA_TF_MAP=map \
ros2 launch mola_lidar_odometry ros2-lidar-odometry.launch.py \
  lidar_topic_name:=/Tugbot1/scan_omni_cloud \
  base_link_frame:=Tugbot1/base_link_180 \
  mola_tf_base_link:=Tugbot1/base_link_180 \
  odom_frame:=Tugbot1/odom \
  reference_frame:=map \
  publish_localization_following_rep105:=True \
  forward_ros_tf_as_mola_odometry_observations:=True \
  start_active:=True \
  use_mola_gui:=False \
  \
  start_mapping_enabled:=False \
  mola_initial_map_mm_file:=warehouse.mm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions