Skip to content

Commit

Permalink
revert to ldlidar
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly committed Mar 31, 2024
1 parent 0aa7a6a commit d4ce7f9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions linorobot2_bringup/launch/extra.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@ def generate_launch_description():
)

return LaunchDescription([
IncludeLaunchDescription(
PythonLaunchDescriptionSource(laser_launch_path),
launch_arguments={
'sensor': 'ld06',
'topic_name': '/base/scan/unfiltered',
'frame_id': 'base_laser',
'lidar_serial_port': '/dev/ttyUSB1'
}.items()
Node(
package='ldlidar',
executable='ldlidar',
name='ldlidar',
output='screen',
parameters=[
{'serial_port': '/dev/ttyUSB1'},
{'topic_name': '/base/scan/unfiltered'},
{'lidar_frame': 'base_laser'},
{'range_threshold': 0.005}
]
),
Node(
package="laser_filters",
Expand Down

0 comments on commit d4ce7f9

Please sign in to comment.