Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
computer committed Nov 1, 2024
1 parent 656407c commit 3d545ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions leo_description/urdf/macros.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<xacro:macro name="leo"
params="default_antenna:=true
rockers_fixed:=false
footprint_link:=false
footprint_link:=true
link_prefix:=''
joint_prefix:=''
imu_translation:='0.0628 -0.0314 -0.0393'
Expand Down Expand Up @@ -494,7 +494,7 @@
<gazebo>
<plugin name="leo_gz::DifferentialSystem" filename="libleo_gz_differential_plugin.so">
<jointA>rocker_L_joint</jointA>
<jointB>rgazeboocker_R_joint</jointB>
<jointB>rocker_R_joint</jointB>
<forceConstant>100.0</forceConstant>
</plugin>
</gazebo>
Expand Down
2 changes: 1 addition & 1 deletion urc_bringup/launch/bringup_simulation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def generate_launch_description():
PythonLaunchDescriptionSource(
os.path.join(pkg_gazebo_ros, "launch", "gazebo.launch.py"),
),
launch_arguments={"use_sim_time": "true", "world": world_path}.items(), # "world": world_path
launch_arguments={"use_sim_time": "true"}.items(), # "world": world_path
)

enable_color = SetEnvironmentVariable(name="RCUTILS_COLORIZED_OUTPUT", value="1")
Expand Down

0 comments on commit 3d545ab

Please sign in to comment.