Skip to content

Releases: BCLab-UNM/SwarmBaseCode-ROS

GUI Improved

06 Oct 18:23

Choose a tag to compare

GUI Improved Pre-release
Pre-release

Reorganised the GUI layout. Updated the collection zone images.

Use the new PDF to create your physical collection zone. The orientation of tags has changed so rovers can tell when they are inside the collection zone.

Improvements to pickup routine in Gazebo

06 Oct 18:05

Choose a tag to compare

Changed the movement speed which, in turn, changes the pick up routine event timing.

Rationalised the software license

03 Oct 17:03

Choose a tag to compare

Pre-release
Merge pull request #47 from BCLab-UNM/feature-mit-license

Rationalised the software license

Removed some dead code

03 Oct 16:26

Choose a tag to compare

Pre-release
Merge pull request #46 from BCLab-UNM/feature-cleanup

Removed dead code OldCode.cpp and obstacle_detection

Sim rovers driving fix

29 Sep 22:04

Choose a tag to compare

Pre-release

Robots able to drive in sim using the PID values in driveController. This fixes a problem introduced in sim when the PIDs were tuned for hardware.

Added Physical Rover Automation Scripts

29 Sep 21:50

Choose a tag to compare

Pre-release

Scripts to deploy code onto rovers and start up the nodes.

Tuned PID Controller for Physical Robots

28 Sep 16:07

Choose a tag to compare

The PID values in use until now were not tuned. The new values should improve navigation and pick up performance in physical robots.

Bug fix: drive control missing a conditional

22 Sep 17:51

Choose a tag to compare

The drive commands are supposed to be treated differently when the rover is in manual or in auto mode. The if statement that makes that happen was removed in a previous commit.

Support for ROS node logging to file in physical rovers

22 Sep 17:23

Choose a tag to compare

Redirect stdout to log files when the rover node launch script is run. This helps a lot when debugging since using rosout has been problematic.

Obstacles

22 Sep 17:18

Choose a tag to compare

Obstacles Pre-release
Pre-release

Added a custom world file with obstacles. The final form of the obstacles we will have in competition has not yet been finalised.