Skip to content

Commit

Permalink
Merge pull request #31 from clearpathrobotics/lcamero/remove_bumpers
Browse files Browse the repository at this point in the history
Removed J100 bumpers from samples
  • Loading branch information
luis-camero authored Aug 9, 2023
2 parents 63f5b8f + 9eee393 commit 820ee0e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 44 deletions.
15 changes: 2 additions & 13 deletions clearpath_config/sample/j100/j100_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,12 @@ system:
platform:
controller: ps4
attachments:
front_bumper:
front_fender:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extension: 0.0
rear_bumper:
rear_fender:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extension: 0.0
top_plate:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extras:
urdf: null
ros_parameters: {}
Expand Down
19 changes: 4 additions & 15 deletions clearpath_config/sample/j100/j100_dual_laser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,12 @@ system:
platform:
controller: ps4
attachments:
front_bumper:
front_fender:
enabled: true
model: sensor
rear_fender:
enabled: false
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extension: 0.0
rear_bumper:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extension: 0.0
top_plate:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extras:
urdf: null
control: null
Expand Down
10 changes: 2 additions & 8 deletions clearpath_config/sample/j100/j100_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@ system:
platform:
controller: ps4
attachments:
front_bumper:
front_fender:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extension: 0.0
rear_bumper:
rear_fender:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extension: 0.0
extras:
urdf: null
ros_parameters: {}
Expand Down
10 changes: 2 additions & 8 deletions clearpath_config/sample/j100/j100_velodyne.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@ system:
platform:
controller: ps4
attachments:
front_bumper:
front_fender:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extension: 0.0
rear_bumper:
rear_fender:
enabled: true
model: default
xyz: [0.0, 0.0, 0.0]
rpy: [0.0, 0.0, 0.0]
extension: 0.0
extras:
urdf: null
ros_parameters: {}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
version="0.0.5",
packages=[
package_name,
package_name + ".common",
package_name + ".platform",
package_name + ".system",
package_name + ".mounts",
Expand Down

0 comments on commit 820ee0e

Please sign in to comment.