- Now uses Stage's native event loop properly and added reassuring startup output.
- Added a GUI section so that the world starts in a good place.
- Fixed issue such that ranger intensity values are no longer clipped to 256 See: #31
- Contributors: Richard Vaughan, Shane Loretz, William Woodall, gerkey
- Removed all references to FLTK/Fluid and use the upstream CMake config file instead.
- Added
reset_positions
service to stage (adds dependency onstd_srvs
). - Contributors: Aurélien Ballier, Daniel Claes, Scott K Logan, William Woodall
- Added missing -ldl flag on newer versions of Ubuntu
- Contributors: William Woodall
- Split up
fltk
dep intolibfltk-dev
andfluid
, onlyrun_depend
'ing on fluid. - Now supports multiple robots with multiple sensors.
- Fixed a bug on systems that cannot populate FLTK_INCLUDE_DIRS.
- Updated topurg model from "laser" to "ranger".
- Added -u option to use name property of position models as its namespace instead of "robot_0", "robot_1", etc.
- Contributors: Gustavo Velasco Hernández, Gustavo Velasco-Hernández, Pablo Urcola, Wayne Chang, William Woodall
- Changed default GUI window size to 600x400
- Added velocity to ground truth odometry
- Fixed tf (yaw component) for the base_link->camera transform.
- Fixed ground truth pose coordinate system
- Fixing warnings
- Small fixes
- Added RGB+3D-sensor interface (Primesense/Kinect/Xtion). * Publishes CameraInfo, depth image, RGBA image, tf (takes world-file pantilt paremeter into account) * Supports the "old" configuration (laser+odom) as well as camera+odom, laser+camera+odom and odom-only. Fixed laser transform height (previously was hardcoded at 0.15, now it takes robot height into account).
- Introduced changes from rtv/Stage#34 with some changes (does not require lasers to be present and works without cameras).
- Initial move over from old repository: https://code.ros.org/svn/ros-pkg/stacks/stage
- Catkinized
- Stage itself is released as a third party package now
- Had to disable velocities in the output odometry as Stage no longer implements it internally.
- Updated rostest
- Updated rviz configurations