Skip to content

Commit

Permalink
Merge pull request #60 from clearpathrobotics/lcamero/samples
Browse files Browse the repository at this point in the history
Minimal samples.
  • Loading branch information
tonybaltovski committed Mar 22, 2024
2 parents 19ad4b3 + e38cb05 commit 20fddf0
Show file tree
Hide file tree
Showing 22 changed files with 260 additions and 587 deletions.
49 changes: 3 additions & 46 deletions clearpath_config/sample/a200/a200_default.yaml
Original file line number Diff line number Diff line change
@@ -1,61 +1,18 @@
serial_number: a200-0000
version: 0
system:
username: administrator
hosts:
- hostname: cpr-a200-0000
ip: 192.168.131.1
ros2:
namespace: a200_0000
domain_id: 0
middleware:
implementation: rmw_fastrtps_cpp
workspaces: []
platform:
controller: ps4
battery:
model: ES20_12C
configuration: S2P1
attachments:
- name: front_bumper
type: bumper
type: a200.bumper
parent: front_bumper_mount
- name: rear_bumper
type: bumper
type: a200.bumper
parent: rear_bumper_mount
- name: top_plate
type: top_plate
- name: sensor_arch
type: sensor_arch
parent: default_mount
enabled: False
extras:
urdf: null
ros_parameters:
platform_velocity_controller:
linear.x.max_velocity": 1.0
linear.x.min_velocity": -1.0
linear.x.max_acceleration": 3.0
linear.x.min_acceleration": -3.0
angular.z.max_velocity": 2.0
angular.z.min_velocity": -2.0
angular.z.max_acceleration": 6.0
angular.z.min_acceleration": -6.0
links:
box: []
cylinder: []
frame: []
mesh: []
sphere: []
mounts:
bracket: []
fath_pivot: []
riser: []
disk: []
post: []
sensors:
camera: []
gps: []
imu: []
lidar2d: []
lidar3d: []
type: a200.top_plate
47 changes: 3 additions & 44 deletions clearpath_config/sample/a200/a200_dual_laser.yaml
Original file line number Diff line number Diff line change
@@ -1,62 +1,22 @@
serial_number: a200-0000
version: 0
system:
username: administrator
hosts:
- hostname: cpr-a200-0000
ip: 192.168.131.1
ros2:
namespace: a200_0000
domain_id: 0
middleware:
implementation: rmw_fastrtps_cpp
workspaces: []
platform:
controller: ps4
battery:
model: ES20_12C
configuration: S2P1
attachments:
- name: front_bumper
type: bumper
type: a200.bumper
parent: front_bumper_mount
- name: rear_bumper
type: bumper
type: a200.bumper
parent: rear_bumper_mount
- name: top_plate
type: top_plate
model: pacs
- name: sensor_arch
type: sensor_arch
parent: default_mount
enabled: False
extras:
urdf: null
ros_parameters:
platform_velocity_controller:
linear.x.max_velocity": 1.0
linear.x.min_velocity": -1.0
linear.x.max_acceleration": 3.0
linear.x.min_acceleration": -3.0
angular.z.max_velocity": 2.0
angular.z.min_velocity": -2.0
angular.z.max_acceleration": 6.0
angular.z.min_acceleration": -6.0
links:
box: []
cylinder: []
frame: []
mesh: []
sphere: []
mounts:
bracket: []
fath_pivot: []
riser: []
disk: []
post: []
type: a200.top_plate
sensors:
camera: []
gps: []
imu:
- model: microstrain_imu
urdf_enabled: true
Expand Down Expand Up @@ -96,4 +56,3 @@ sensors:
ip_port: 10940
angle_min: -3.141592653589793
angle_max: 3.141592653589793
lidar3d: []
58 changes: 58 additions & 0 deletions clearpath_config/sample/a200/a200_outline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
serial_number: a200-0000
version: 0
system:
username: administrator
hosts:
- hostname: cpr-a200-0000
ip: 192.168.131.1
ros2:
namespace: a200_0000
domain_id: 0
middleware:
implementation: rmw_fastrtps_cpp
workspaces: []
platform:
controller: ps4
battery:
model: ES20_12C
configuration: S2P1
attachments:
- name: front_bumper
type: a200.bumper
parent: front_bumper_mount
- name: rear_bumper
type: a200.bumper
parent: rear_bumper_mount
- name: top_plate
type: a200.top_plate
extras:
urdf: null
launch: null
ros_parameters:
platform_velocity_controller:
linear.x.max_velocity": 1.0
linear.x.min_velocity": -1.0
linear.x.max_acceleration": 3.0
linear.x.min_acceleration": -3.0
angular.z.max_velocity": 2.0
angular.z.min_velocity": -2.0
angular.z.max_acceleration": 6.0
angular.z.min_acceleration": -6.0
links:
box: []
cylinder: []
frame: []
mesh: []
sphere: []
mounts:
bracket: []
fath_pivot: []
riser: []
disk: []
post: []
sensors:
camera: []
gps: []
imu: []
lidar2d: []
lidar3d: []
38 changes: 4 additions & 34 deletions clearpath_config/sample/a200/a200_sample.yaml
Original file line number Diff line number Diff line change
@@ -1,59 +1,34 @@
serial_number: a200-0000
version: 0
system:
username: administrator
hosts:
- hostname: cpr-a200-0000
ip: 192.168.131.1
ros2:
namespace: a200_0000
domain_id: 0
middleware:
implementation: rmw_fastrtps_cpp
workspaces: []
platform:
controller: ps4
battery:
model: ES20_12C
configuration: S2P1
attachments:
- name: front_bumper
type: bumper
type: a200.bumper
parent: front_bumper_mount
- name: rear_bumper
type: bumper
type: a200.bumper
parent: rear_bumper_mount
- name: top_plate
type: top_plate
type: a200.top_plate
model: pacs
- name: sensor_arch
type: sensor_arch
type: a200.sensor_arch
parent: default_mount
model: sensor_arch_300
enabled: true
extras:
urdf: null
ros_parameters:
platform_velocity_controller:
linear.x.max_velocity": 1.0
linear.x.min_velocity": -1.0
linear.x.max_acceleration": 3.0
linear.x.min_acceleration": -3.0
angular.z.max_velocity": 2.0
angular.z.min_velocity": -2.0
angular.z.max_acceleration": 6.0
angular.z.min_acceleration": -6.0
links:
box:
- name: user_bay_cover
parent: default_mount
xyz: [0.0, 0.0, 0.0075]
rpy: [0.0, 0.0, 0.0]
size: [0.4, 0.4, 0.002]
cylinder: []
frame: []
mesh: []
sphere: []
mounts:
bracket:
- parent: top_plate_mount_d1
Expand All @@ -65,9 +40,6 @@ mounts:
xyz: [0.0, 0.0, -0.021]
rpy: [3.1415, 0.0, 0.0]
angle: 0.0
riser: []
disk: []
post: []
sensors:
camera:
- model: intel_realsense
Expand All @@ -86,8 +58,6 @@ sensors:
enable_depth: true
depth_module.profile: 640,480,30
pointcloud.enable: true
gps: []
imu: []
lidar2d:
- model: hokuyo_ust
urdf_enabled: true
Expand Down
44 changes: 4 additions & 40 deletions clearpath_config/sample/a200/a200_velodyne.yaml
Original file line number Diff line number Diff line change
@@ -1,63 +1,28 @@
serial_number: a200-0000
version: 0
system:
username: administrator
hosts:
- hostname: cpr-a200-0000
ip: 192.168.131.1
ros2:
namespace: a200_0000
domain_id: 0
middleware:
implementation: rmw_fastrtps_cpp
workspaces: []
platform:
controller: ps4
battery:
model: ES20_12C
configuration: S2P1
attachments:
- name: front_bumper
type: bumper
type: a200.bumper
parent: front_bumper_mount
- name: rear_bumper
type: bumper
type: a200.bumper
parent: rear_bumper_mount
- name: top_plate
type: top_plate
type: a200.top_plate
model: pacs
- name: sensor_arch
type: sensor_arch
type: a200.sensor_arch
parent: default_mount
model: sensor_arch_300
enabled: true
extras:
urdf: null
ros_parameters:
platform_velocity_controller:
linear.x.max_velocity": 1.0
linear.x.min_velocity": -1.0
linear.x.max_acceleration": 3.0
linear.x.min_acceleration": -3.0
angular.z.max_velocity": 2.0
angular.z.min_velocity": -2.0
angular.z.max_acceleration": 6.0
angular.z.min_acceleration": -6.0
links:
box: []
cylinder: []
frame: []
mesh: []
sphere: []
mounts:
bracket: []
fath_pivot: []
riser: []
disk: []
post: []
sensors:
camera: []
gps: []
imu:
- model: microstrain_imu
urdf_enabled: true
Expand All @@ -70,7 +35,6 @@ sensors:
imu_frame_id: imu_0_link
port: /dev/microstrain_main
use_enu_frame: true
lidar2d: []
lidar3d:
- model: velodyne_lidar
urdf_enabled: true
Expand Down
32 changes: 0 additions & 32 deletions clearpath_config/sample/dd100/dd100_default.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,8 @@
serial_number: dd100-0000
version: 0
system:
username: administrator
hosts:
- hostname: cpr-dd100-0000
ip: 192.168.131.1
ros2:
namespace: dd100_0000
domain_id: 0
middleware:
implementation: rmw_fastrtps_cpp
workspaces: []
platform:
controller: ps4
battery:
model: TLV1222
configuration: S1P1
attachments: []
extras:
urdf: null
ros_parameters: {}
links:
box: []
cylinder: []
frame: []
mesh: []
sphere: []
mounts:
bracket: []
fath_pivot: []
riser: []
disk: []
post: []
sensors:
camera: []
gps: []
imu: []
lidar2d: []
lidar3d: []
Loading

0 comments on commit 20fddf0

Please sign in to comment.