You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made sure that __next function would not just update the RobotControllerselected_environment state but update the ControllerInstanceconfig_env parameter when changing environments.
Deleted RobotControllertrajectory_pose_next and trajectory_poses when changing environments
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.