Releases: qcr/benchbot_robot_controller
Releases · qcr/benchbot_robot_controller
v2.5.2
Fix bug for multiple environments (SCD)
- Made sure that
__next
function would not just update theRobotController
selected_environment
state but update theControllerInstance
config_env
parameter when changing environments. - Deleted
RobotController
trajectory_pose_next
andtrajectory_poses
when changing environments
v2.5.1
v2.5.0
Overhauled noisy odometry system
There were several issues in the previous noisy odometry system such that active:dead_reckoning was absolutely unusable. Fixed one minor bug in noisy pose creation on the BenchBot side and overhauled how noisy odometry is calculated by the ROS noisy_odom
node. Current functionality is that the velocity between two points is calculated using GT pose between past points, random noise is added to velocity and this is then transformed back into a distance error.