Skip to content

Releases: BCLab-UNM/SwarmBaseCode-ROS

GUI Improved

GUI Improved Pre-release
Pre-release

Choose a tag to compare

@gmfricke gmfricke released this 06 Oct 18:23

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

Choose a tag to compare

@gmfricke gmfricke released this 06 Oct 18:05

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

Rationalised the software license

Pre-release

Choose a tag to compare

@gmfricke gmfricke released this 03 Oct 17:03
Merge pull request #47 from BCLab-UNM/feature-mit-license

Rationalised the software license

Removed some dead code

Pre-release

Choose a tag to compare

@gmfricke gmfricke released this 03 Oct 16:26
Merge pull request #46 from BCLab-UNM/feature-cleanup

Removed dead code OldCode.cpp and obstacle_detection

Sim rovers driving fix

Pre-release

Choose a tag to compare

@gmfricke gmfricke released this 29 Sep 22:04

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

Pre-release

Choose a tag to compare

@gmfricke gmfricke released this 29 Sep 21:50

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

Tuned PID Controller for Physical Robots

Choose a tag to compare

@gmfricke gmfricke released this 28 Sep 16:07

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

Choose a tag to compare

@gmfricke gmfricke released this 22 Sep 17:51

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

Choose a tag to compare

@gmfricke gmfricke released this 22 Sep 17:23

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

Obstacles Pre-release
Pre-release

Choose a tag to compare

@gmfricke gmfricke released this 22 Sep 17:18

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