Namespacing for ROS1 #53
Unanswered
Herakles100
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There was a decision made not to fix this. I've opened #15 for this. Decision here: #46 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a NovAtel PwrPak7D and NovAtel oem7 ros driver setup on one of my computers. I am trying to integrate this into an autonomous stack. I would really like the option to have modular namespaces so that I can run the novatel nodes under the robot's namespace (for example: robot/novatel/oem7/... ). This is particularly useful because I would then have the ability to run multiple robots or gps/imu units. Currently, I am not able to make this change because the namespaces are hardcoded for ROS1 and any change that I tried had not worked (theoretically, I believe that I would just have to remove the prepending slashes). How do I add this functionality into the driver?
Beta Was this translation helpful? Give feedback.
All reactions