-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explorer Spot Sensor Config 1 (#1038)
* Model Submission for spot sensor configuration 1 from Team Explorer * Updated scripts and example rviz file. * Updated specifications to fix a miscalculation and add mass. * Corrected typo in model.sdf and fixed permissions in the launch directory. * Corrected permissions on xacros, fixed number of samples for the vlp16, and added payload mass calculation to vlp16 and d435s. * Fixed a segmenation fault. Apparently LIDAR horizontal resolution cannot be 1. * imu orientation Signed-off-by: Nate Koenig <[email protected]> * fix url Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: biao <biao> Co-authored-by: Nate Koenig <[email protected]>
- Loading branch information
Showing
57 changed files
with
6,033 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
model.sdf.urdf |
14 changes: 14 additions & 0 deletions
14
submitted_models/explorer_spot_sensor_config_1/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
cmake_minimum_required(VERSION 2.8.3) | ||
project(explorer_spot_sensor_config_1) | ||
|
||
find_package(catkin REQUIRED) | ||
|
||
catkin_package() | ||
|
||
install(DIRECTORY launch meshes urdf DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) | ||
|
||
install(FILES model.sdf model.config | ||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) | ||
|
||
install(PROGRAMS scripts/print_robot_urdf | ||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/scripts) |
1 change: 1 addition & 0 deletions
1
submitted_models/explorer_spot_sensor_config_1/config/model/common.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
num_breadcrumbs: 0 |
1 change: 1 addition & 0 deletions
1
submitted_models/explorer_spot_sensor_config_1/config/model/urdf.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
has_big_collision_box_on_top: True |
Oops, something went wrong.