1- <launch >
2- <rosparam file =" $(find owr_bluetounge2_tf)/config/bluetounge_control.yaml" command =" load" />
3- <include
4- file =" $(find gazebo_ros)/launch/empty_world.launch" />
5- <node
6- name =" tf_footprint_base"
7- pkg =" tf"
8- type =" static_transform_publisher"
9- args =" 0 0 0 0 0 0 base_link base_footprint 40" />
10- <node
11- name =" spawn_model"
12- pkg =" gazebo_ros"
13- type =" spawn_model"
14- args =" -file $(find owr_numbat_tf)/robots/owr_numbat_tf.urdf -urdf -model owr_numbat_tf"
15- output =" screen" />
16- <node
17- name =" fake_joint_calibration"
18- pkg =" rostopic"
19- type =" rostopic"
20- args =" pub /calibrated std_msgs/Bool true" />
21- <!-- load the controllers -->
22- <node name =" controller_spawner" pkg =" controller_manager" type =" spawner" respawn =" false"
23- output =" screen" ns =" /"
24- args =" joint_state_controller laser_tilt_joint_controller front_left_wheel_axel_controller back_left_wheel_axel_controller front_right_wheel_axel_controller back_right_wheel_axel_controller front_left_swerve_controller back_left_swerve_controller front_right_swerve_controller back_right_swerve_controller " />
25-
26- <!-- convert joint states to TF transforms for rviz, etc -->
27- <node name =" robot_state_publisher" pkg =" robot_state_publisher" type =" robot_state_publisher"
28- respawn =" false" output =" screen" />
1+ <launch >
2+ <rosparam file =" $(find owr_bluetounge2_tf)/config/bluetounge_control.yaml" command =" load" />
3+ <include
4+ file =" $(find gazebo_ros)/launch/empty_world.launch" />
5+ <node
6+ name =" tf_footprint_base"
7+ pkg =" tf"
8+ type =" static_transform_publisher"
9+ args =" 0 0 0 0 0 0 base_link base_footprint 40" />
10+ <node
11+ name =" spawn_model"
12+ pkg =" gazebo_ros"
13+ type =" spawn_model"
14+ args =" -file $(find owr_numbat_tf)/robots/owr_numbat_tf.urdf -urdf -model owr_numbat_tf"
15+ output =" screen" />
16+ <node
17+ name =" fake_joint_calibration"
18+ pkg =" rostopic"
19+ type =" rostopic"
20+ args =" pub /calibrated std_msgs/Bool true" />
21+ <!-- load the controllers -->
22+ <node name =" controller_spawner" pkg =" controller_manager" type =" spawner" respawn =" false"
23+ output =" screen" ns =" /"
24+ args =" joint_state_controller laser_tilt_joint_controller front_left_wheel_axel_controller back_left_wheel_axel_controller front_right_wheel_axel_controller back_right_wheel_axel_controller front_left_swerve_controller back_left_swerve_controller front_right_swerve_controller back_right_swerve_controller " />
25+
26+ <!-- convert joint states to TF transforms for rviz, etc -->
27+ <node name =" robot_state_publisher" pkg =" robot_state_publisher" type =" robot_state_publisher"
28+ respawn =" false" output =" screen" />
2929</launch >
0 commit comments