Course
ROS
COmputer Vision
SLAM
Lesson 1:
Introduction to ROS
Part 1 of the AMOROSO² workshop on ROS, Computer Vision and SLAM.
If the video does not show up, either click here, or accept all cookies.
Learning Path
Setup (on your own device)
- (Install Ubuntu, in a Virtual Machine or otherwise)
- Install Docker:
https://docs.docker.com/engine/install/ubuntu/- Don’t forget the Linux post-install:
https://docs.docker.com/engine/install/linux-postinstall/
- Don’t forget the Linux post-install:
- Clone the ROSNoeticDocker repository:
https://github.com/PXLAIRobotics/ROSNoeticDocker - Follow the installation instructions in the README of the repository
ROS
Navigating the ROS system (slides)
Creating packages (slides)
Extra information (slides)
Troubleshooting
Question | Answer |
|
Navigate to ~/Projects/catkin_ws and make sure to execute catkin_make Followed by source devel/setup.bash |
|
Recheck your CMakeLists.txt and package.xml files |
AMOROSO²
The AMOROSO² Project was a state funded AI & Robotics research project, conducted by the Expertise centre PXL Smart ICT (https://www.pxl.be/SmartICT.html) and the Research group ACRO at KU Leuven (https://iiw.kuleuven.be/onderzoek/acro).
The goal of the project was to implement real autonomous mobile robot projects for usage in uncertain environments.
Project website. https://amoroso.pxl.be
Get Started