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
Very minor issue: since the various topics that kiss_icp uses begin with "/" they are absolute, and when running kiss_icp with a specified namespace they don't get remapped.
Allowing namespaces would just be a matter of removing the "/" from the beginning of the name topics here:
This modification would be beneficial on a multi-robot setup, since using namespaces is pretty much required to run multiple instances of the same node.
The text was updated successfully, but these errors were encountered:
Very minor issue: since the various topics that kiss_icp uses begin with "/" they are absolute, and when running kiss_icp with a specified namespace they don't get remapped.
Allowing namespaces would just be a matter of removing the "/" from the beginning of the name topics here:
kiss-icp/ros/src/OdometryServer.cpp
Lines 115 to 120 in 0395784
This modification would be beneficial on a multi-robot setup, since using namespaces is pretty much required to run multiple instances of the same node.
The text was updated successfully, but these errors were encountered: