Skip to content

Commit

Permalink
Docs : #1 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunmul committed Jun 4, 2023
1 parent 5899b03 commit 42cda8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# zzangdol bringup ros package

# zzangdol_core_v1
## zzangdol-ai-car firmware-v1, bringup package
ros wrapper bringup codes for zzangdol-ai-car

## 1. Quick start
Expand Down
3 changes: 1 addition & 2 deletions launch/zzangdol_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</include>

<!-- bringup odom publisher -->
<include file="$(find zzangdol_bringup)/launch/zzangdol_odom_tf_publisher.launch">
</include>
<!-- <include file="$(find zzangdol_bringup)/launch/zzangdol_odom_tf_publisher.launch"/> -->

<!-- <node pkg="navstack_pub" type="zzangdol_diagnostics" name="zzangdol_diagnostics" output="screen"/> -->
</launch>
2 changes: 1 addition & 1 deletion launch/zzangdol_lidar.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<arg name="set_frame_id" default="base_scan"/>
<arg name="set_frame_id" default="lider_link"/>
<!-- <node pkg="hls_lfcd_lds_driver" type="hlds_laser_publisher" name="turtlebot3_lds" output="screen">
<param name="port" value="/dev/ttyUSB1"/>
<param name="frame_id" value="$(arg set_frame_id)"/>
Expand Down

0 comments on commit 42cda8f

Please sign in to comment.