Skip to content

Commit

Permalink
add output information for recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
tevenfeng committed Oct 24, 2018
1 parent f80ee2a commit 0aa5d3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tju_car/launch/tju_car.launch
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@
<param name="laser_min_dist" value="1.0"/>
</node>

<node pkg="topic_tools" type="drop" name="dropRGB" args= "/usb_cam/image_raw 1 2 /usb_cam/image_raw_drop" />
<node pkg="topic_tools" type="drop" name="dropDepth" args= "/camera/depth/image_raw 1 2 /camera/depth/image_raw_drop" />

<node pkg="tf" type="static_transform_publisher" name="base_to_laser_broadcaster" args="0 0 0 0 0 0 /base_link /laser 100" />

<node pkg="rviz" name="rviz" type="rviz" args="-d $(find tju_car)/rviz/tju_car.rviz" />
Expand Down
2 changes: 1 addition & 1 deletion tju_car/launch/tju_car_without_rviz.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<launch>
<!-- car steering control with joystick or commands from jetson tx1 -->
<node pkg="tju_car" type="tju_car_node" name="tju_car_node">
<node pkg="tju_car" type="tju_car_node" name="tju_car_node" output="screen">
<param name="serial_port" type="string" value="/dev/ttyTHS2"/>
<!-- set brake button -->
<param name="brake_button" type="int" value="7"/>
Expand Down
3 changes: 3 additions & 0 deletions tju_car/launch/tju_car_without_usbcam.launch
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
</include>
</group>

<node pkg="topic_tools" type="drop" name="dropRGB" args= "/usb_cam/image_raw 1 2 /usb_cam/image_raw_drop" />
<node pkg="topic_tools" type="drop" name="dropDepth" args= "/camera/depth/image_raw 1 2 /camera/depth/image_raw_drop" />

<node pkg="rviz" name="rviz" type="rviz" args="-d $(find tju_car)/rviz/tju_car_without_usbcam.rviz" />

</launch>

0 comments on commit 0aa5d3b

Please sign in to comment.