MRC/Tutorials/Introduction
Jump to navigation
Jump to search
- Ubuntu: the Operating System we will be using. Ubuntu is a popular Linux distribution. The latest long term support release is 14.04, but we will be using 12.04.
- ROS: (Robot Operating System) is the robot software framework we will be using for managing your software and dealing with the communication between different software modules. ROS comes with a large amount of robot software that can be used out of the box, including device drivers, libraries, low- and high-level software, visualizers and more.
- C++: is the programming language we will be using. This means that your program, or code, will be written in C++.
- Subversion: or SVN, is a software versioning and revision control system. You will use it to share your project code between different group members, while maintaining a file version history. Think of it as Dropbox.
- Gazebo:
- Qt Creator: