Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Consider switching to snake_case inside XML #22

@chapulina

Description

@chapulina

As described on #12 , the SDF parameters being passed to this plugin currently use camelCase, i.e.:

    <plugin filename="libgazebo_ros2_control.so" name="gazebo_ros2_control">
      <robotSimType>gazebo_ros2_control/DefaultRobotHWSim</robotSimType>
      <robotParamNode>robot_state_publisher</robotParamNode>
      <parameters>$(find gazebo_ros2_control_demos)/config/cartpole_controller.yaml</parameters>
    </plugin>

Because both SDF and URDF use snake_case in their specs, when porting gazebo_ros_pkgs to ROS 2, we also changed its XML elements to use that style, see this example.

I recommend using the same here, but feel free to close this issue if you think it's not worth it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions