- two new arenas with different obstacle layouts
- textures for all arenas
startup/challenge/session.yml
- Added support for launching different arenasworlds/well_lit.world
- Added more spot lights
startup/challenge/custom_config/position_control_thrust.yaml
- Position parameters used for thrust control
startup/challenge/session.yml
- Use the new position control parameter set where thrust is regarded as thrust, and not climb rate.
Dockerfile.focal-nogpu
- A Dockerfile for hardware without a dedicated graphics card.
run_docker.sh
- Disable--gpus all
flag if running an image that does not use a dedicated GPU.
- Updated
startup/challenge/session.yml
to start the Ardupilot firmware with disabled GPS sensor - Updated
startup/challenge/session.yml
to initialize offboard control with/red/odometry
Gazebo feedback
arducopter_nogps
- Ardupilot parameters with disabled GPS sensor
- Updated
startup/challenge/session.yml
to launch world with improved lighting
well_lit.world
- world with improved lightingwell_lit_world.launch
- launch file for world with improved lighting
- Add larics/storm_gazebo_ros_magnet ROS package to all Dockerfiles
- Update
startup/challenge/session.yml
to spawn the UAV with a magnetic gripper - Update
startup/challenge/session.yml
to spawn the magnetic ball after UAV takeoff
spawn_ball_at_uav.py
- controls spawning of the magnetic ballspawn_ball.launch
- spawns the magnetic ball
- Added initial ICUAS 2022 challenge setup