All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
-
Use local point cloud, published by the SLAMcore ROS Wrapper (
sensor_msgs::PointCloud2
) instead ofdepthimage_to_laserscan
and the pseudo-laser to do obstacle avoidance- The point cloud is published at
/slamcore/local_point_cloud
- The point cloud is published at
-
Publish the full model of the robot platform in use. This includes the kobuki robot, a model of the camera and the assembly of mounting plates the camera stands on.
-
Change the semantics of
CAMERA_LINK_FRAME_RPY
andCAMERA_LINK_FRAME_XYZ
variables. They now encode the transformation of thebase_footprint
frame relative to theslamcore/base_link
frame.
- The transform of
base_footprint
relative toslamcore/base_link
was hardcoded in thekobuki_live_navigation.launch
file. It is now set via theCAMERA_LINK_FRAME_*
environment variables
Initial release of ROS1 Navigation Demo