Skip to content

Commit

Permalink
enable yaw from imu
Browse files Browse the repository at this point in the history
  • Loading branch information
CullenSUN committed May 25, 2024
1 parent e1f4ccb commit 40e2436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mini_pupper_bringup/launch/bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def launch_bring_up(context, *args, **kwargs):
"gazebo": sim,
"rviz": "false", # set always false to launch RViz2 with costom .rviz file
"joint_hardware_connected": joint_hardware_connected,
"orientation_from_imu": "true",
"publish_foot_contacts": "true",
"close_loop_odom": "true",
"joint_controller_topic": "joint_group_effort_controller/joint_trajectory",
Expand Down Expand Up @@ -137,7 +138,7 @@ def generate_launch_description():
PythonLaunchDescriptionSource(servo_interface_launch_path),
condition=IfCondition(joint_hardware_connected),
)

imu_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(imu_launch_path),
condition=IfCondition(joint_hardware_connected),
Expand Down

0 comments on commit 40e2436

Please sign in to comment.