For more information see the main repository crt.
- ROS Kinetic
To install dependencies of the included packages:
$ rosdep install --from-paths . --ignore-src --rosdistro kinetic -y
Use catkin_make with a single thread as there seem to be some dependency problems:
$ catkin_make -j1
All of our own work, especially new code and changes, is licensed under GPLv3.
Thanks especially to the following Open Source Projects!
crt_controlbased on: https://github.com/davetcoleman/ros_control_boilerplate (BSD)- configuration files of
crt_navigationbased on: https://github.com/cvra/goldorak crt_descriptionbased on: https://github.com/ros-simulation/gazebo_ros_demos (GPLv3)
We include the following packages mostly unmodified for convenience:
hokuyo_nodefrom: https://github.com/ros-drivers/hokuyo_node (LGPL) (we had some problems using the newerurg_node)raspicam_nodefrom: https://github.com/UbiquityRobotics/raspicam_node (BSD) (pi camera not really used for anything, but looks good in rviz)driver_commonfrom: https://github.com/ros-drivers/driver_common.git (BSD)lcsr_tf_toolsfrom: https://github.com/jhu-lcsr/lcsr_tf_tools (BSD) (for its multistatic publisher)