Closed MattiaDeiRossi closed 2 months ago
Hey, thanks for reporting:
no trasformation found between map and base_footprint
Looks like an issue with the localization.. I could give it a try locally and get back to you.
Only thing I could blame as always is the DDS. :laughing:
Closing due to inactivity.
At line 77-84 of neo_docking.cpp:
if (robot_namespace != "/")
{
RCLCPP_INFO(this->get_logger(), "automatically configuring namespace support");
docking_station_ = robot_namespace + "/" + docking_station_;
pre_dock_ = robot_namespace + "/" + pre_dock_;
pre_dock_2_ = robot_namespace + "/" + pre_dock_2_;
base_link_ = robot_namespace + "/" + base_link_;
}
if robot_namespace is "" then you put "/" in fron of baselink which the tf2 system during lookupTransform errors out.
Hi guys,
We are trying to use neo_docking2 but we have tf issues. We are using
cyclonedds
setted as followfile awcombo_ros2/cyclonedds.xml
When the service
go_and_dock
is called withThe terminal of server shows:
We have already verified that /navigate_to_pose action works well sending a goal from cmdline. Our tf tree is the following one: