-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Issue with Namespace Argument in ROS2 + Ignition
Description
Currently, the launch file in gz.launch.py does not include a namespace argument. Additionally, in the model spawn, the namespace is not utilized as part of the naming convention for the spawned robot, unlike the ros2 classic and ros1 . Furthermore, the joint states and other topics are hardcoded to "bcr_bot,"
Steps to Reproduce
- Execute the current version of
gz.launch.pywithout the namespace argument. - Observe the robot spawn behavior and the naming convention used.
- Monitor the topics and verify that they are hardcoded to "bcr_bot".
Expected Behavior
After implementing the proposed changes:
- The
gz.launch.pylaunch file should include anamespaceargument. - The robot spawned using the model spawn should incorporate the
namespaceargument in its name. - Joint states and other topics should be properly mapped to the provided
namespace.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels