Skip to content

Commit

Permalink
Explorer Spot Sensor Config 1 (#1038)
Browse files Browse the repository at this point in the history
* 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
acschang and Nate Koenig authored Nov 19, 2021
1 parent e5b73be commit 0897d1d
Show file tree
Hide file tree
Showing 57 changed files with 6,033 additions and 0 deletions.
1 change: 1 addition & 0 deletions submitted_models/explorer_spot_sensor_config_1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
model.sdf.urdf
14 changes: 14 additions & 0 deletions submitted_models/explorer_spot_sensor_config_1/CMakeLists.txt
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)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
num_breadcrumbs: 0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
has_big_collision_box_on_top: True
Loading

0 comments on commit 0897d1d

Please sign in to comment.