Skip to content

Commit

Permalink
[Templates] remove ^| from .ros2_control.xacro template (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamueluth authored Mar 13, 2024
1 parent e03f663 commit ea9c319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/robot_description/robot_macro.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<xacro:macro name="$ROBOT_NAME$_ros2_control" params="
name
prefix
use_mock_hardware:=^|false
mock_sensor_commands:=^|false
sim_gazebo_classic:=^|false
sim_gazebo:=^|false
use_mock_hardware:=false
mock_sensor_commands:=false
sim_gazebo_classic:=false
sim_gazebo:=false
simulation_controllers"
>

Expand Down

0 comments on commit ea9c319

Please sign in to comment.