forked from ethz-asl/ethz-asl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
1 lines (1 loc) · 3.66 KB
/
params.json
1
{"name":"ETH Zurich Autonomous Systems Lab","tagline":"Github page for the Autonomous Systems Lab, containing info and documentation about our open source projects.","body":"# About the Autonomous Systems Lab\r\nThe [Autonomous Systems Lab](http://www.asl.ethz.ch/) is part of the Mechanical Engineering department at ETH Zurich, under Prof. Roland Siegwart.\r\n\r\nThe main focus of the lab is autonomous robotic systems, including hardware, state estimation, perception, and planning.\r\nA small subset of the software packages we've made available open-source are listed and described here.\r\n\r\n# Open-Source Projects\r\nThese projects are divided by general area. Note that not all of these are appropriate for every robot or application, please read each package's individual documentation.\r\n\r\n\r\n\r\n## State Estimation\r\n[rovio](https://github.com/ethz-asl/rovio) -- Robust Visual Inertial Odometry framework, estimating the pose of a robot based on synchronized IMU and monocular or stereo camera input. EKF-based.\r\n\r\n[okvis_ros](https://github.com/ethz-asl/okvis_ros), [okvis](https://github.com/ethz-asl/okvis) -- [docs_ros](http://ethz-asl.github.io/okvis_ros/), [docs](http://ethz-asl.github.io/okvis/) -- Open Keyframe-based Visual-Inertial SLAM, bundle-adjustment based, estimating the pose of a robot based on synchronized IMU and monocular or stereo camera input.\r\n\r\n[ethzasl_msf](https://github.com/ethz-asl/ethzasl_msf) -- Multi-sensor fusion, allowing fusing multiple sensors estimating a robots' pose together, such as multiple IMUs, IMU and camera pose estimates, external position tracking estimates, etc. Compensates for sensor delays.\r\n\r\n\r\n\r\n## Perception\r\n[libpointmatcher](https://github.com/ethz-asl/libpointmatcher) -- A library implementing various ICP (Iterative Closest Point) algorithms for laser and other scan matching in 3D. A ROS wrapper is available at [ethzasl_icp_mapping](https://github.com/ethz-asl/ethzasl_icp_mapping).\r\n\r\n[volumetric_mapping](https://github.com/ethz-asl/volumetric_mapping) -- Wrapper around Octomap, allowing input from various data sources (such as disparity maps) and a more flexible sensor position interface. \r\n[grid_map](https://github.com/ethz-asl/grid_map) -- 2.5 D grid-based mapping with multiple layers for robot navigation.\r\n\r\n[elevation_mapping](https://github.com/ethz-asl/elevation_mapping) -- Local elevation mapping, expressed in a robot-centric frame for navigation, especially for walking robots.\r\n\r\n## Calibration\r\n[kalibr](https://github.com/ethz-asl/kalibr) -- Camera and IMU calibration toolbox.\r\n\r\n## Planning\r\n[StructuralInspectionPlanner](https://github.com/ethz-asl/StructuralInspectionPlanner) -- Toolbox for planning paths for a flying robot to inspect a structure for which a mesh representation is known.\r\n\r\n\r\n## Simulation\r\n[rotors_simulator](https://github.com/ethz-asl/rotors_simulator) -- Gazebo-based simulator for multirotor helicopters and quadrotors. Provides physical models, sensor models, octomap generation from Gazebo world, and realistic aerodynamics simulation.\r\n\r\n## Mathematics\r\n[minkindr](https://github.com/ethz-asl/minkindr) -- Lightweight, simple transformation library, handling Quaternion-based transformations. Conversions to/from ROS are available as part of the [minkindr_ros](https://github.com/ethz-asl/minkindr_ros) package.\r\n\r\n## Hardware Interfaces/Drivers\r\n[visensor_node](https://github.com/ethz-asl/visensor_node), [libvisensor](https://github.com/ethz-asl/libvisensor) -- Drivers for the VI Sensor, a sensor with a stereo head synchronized to an IMU.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}