ghost_run.launch.xml 613 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <launch>
  3. <!-- ssy_angle_control: 3 nodes -->
  4. <node pkg="can_node" name="can_node" exec="can_node" output="screen"/>
  5. <node pkg="speed_control" name="speed_control" exec="speed_control" output="screen"/>
  6. <node pkg="control_node" name="control_node" exec="control_node" output="screen"/>
  7. <!-- curise_sensor: encoder wheel speed publisher -->
  8. <include file="$(find-pkg-share cruise_wheel_speed_pkg)/encoder_wheel_speed_publisher.py"/>
  9. <!-- location-eagleye: eagleye_rt -->
  10. <include file="$(find-pkg-share eagleye_rt)/launch/eagleye_rt.launch.xml"/>
  11. </launch>