-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'ns' argument to allow specifying the robotNamespace for Gazebo
The robotNamespace is conceptually different from arm_id. While the latter just acts as a name prefix for links and joints, the <robotNamespace> tag specifies the name of the ROS namespace, which is used for key robot components like the joint_states topic, the controller_manager, etc. To allow for an empty namespace, the default needs to be specified as empty. Otherwise, i.e. having a non-empty default, specifying ns:="" on the commandline will fall back to the default despite an (empty) value was provided.
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters