Skip to content

Commit

Permalink
Merge pull request #51 from clearpathrobotics/rkreinin/samples
Browse files Browse the repository at this point in the history
Fixed j100 and w200 laser sample
  • Loading branch information
tonybaltovski authored Jan 18, 2024
2 parents adee69b + 3926a93 commit e14423f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clearpath_config/sample/j100/j100_dual_laser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sensors:
- model: hokuyo_ust
urdf_enabled: true
launch_enabled: true
parent: front_mount
parent: front_0_mount
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
ros_parameters:
Expand All @@ -68,7 +68,7 @@ sensors:
- model: hokuyo_ust
urdf_enabled: true
launch_enabled: true
parent: rear_mount
parent: rear_0_mount
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 3.1415]
ros_parameters:
Expand Down
8 changes: 4 additions & 4 deletions clearpath_config/sample/w200/w200_dual_laser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ sensors:
laser_frame_id: lidar2d_0_laser
ip_address: 192.168.131.20
ip_port: 10940
angle_min: -3.141592653589793
angle_max: 3.141592653589793
angle_min: -1.5707
angle_max: 1.5707
- model: hokuyo_ust
urdf_enabled: true
launch_enabled: true
Expand All @@ -80,6 +80,6 @@ sensors:
laser_frame_id: lidar2d_1_laser
ip_address: 192.168.131.21
ip_port: 10940
angle_min: -3.141592653589793
angle_max: 3.141592653589793
angle_min: -1.5707
angle_max: 1.5707
lidar3d: []

0 comments on commit e14423f

Please sign in to comment.