You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cloned the repo for ros2.
My ROS2 version; Humble
I am running the node using ros2 run ros2_laser_scan_matcher laser_scan_matcher. However, it runs but I am not able to see odom and tf topics. I am having /scan topic from gazebo which is getting published in ros2 time.
Also, I tried to chnaging the laser frame id by doing ros2 param set, terminal says paramter set successful but still the laser_scan_matcher node outputs could not publish tf because base_link to laser frame do not exist
Then, I changed my laser frame name to laser and now the node do not output that message but still no topics are getting published and no odom to base link tf.
Set the publish tf param to true and the odom topic to 'odom'
could you provide some insight?@AlexKaravaev
The text was updated successfully, but these errors were encountered:
I have cloned the repo for ros2.
My ROS2 version; Humble
I am running the node using
ros2 run ros2_laser_scan_matcher laser_scan_matcher
. However, it runs but I am not able to see odom and tf topics. I am having /scan topic from gazebo which is getting published in ros2 time.Also, I tried to chnaging the laser frame id by doing
ros2 param set
, terminal says paramter set successful but still the laser_scan_matcher node outputscould not publish tf because base_link to laser frame do not exist
Then, I changed my laser frame name to
laser
and now the node do not output that message but still no topics are getting published and no odom to base link tf.Set the publish tf param to true and the odom topic to 'odom'
could you provide some insight?@AlexKaravaev
The text was updated successfully, but these errors were encountered: