ROS
Installing ROS on Linux
For ROS Noetic on Ubuntu 20.04, follow this tutorial
Important
Be sure to add the ROS path to your ~/.bashrc
file: source /opt/ros/melodic/setup.bash
Installing ROS on Windows
There are times when you might want to use Windows 10 and still run ROS. Luckily, thanks to the Linux subsystem for Windows, Now that’s easier than ever!
Note: You need 3+ GB to spare on your computer.
- Install the Linux subsystem for Windows
- Install ROS on that system
- Instead of the “curl” step in the first guide, use the “curl” step for the new keyserver in section 1.3 of the ROS installation guide
- Install a windows program to display linux graphics
Setting up ROS on Linux
- Make a new catkin workspace
- Source your workspace’s “devel” folder
source /home/armando/Documents/armando_ws/devel/setup.bash
- If you want, you can always make more catkin workspaces and use the
--extend
option to connect them to the original workspace per these instructionssource /home/armando/Documents/apriltag_ws/devel/setup.bash --extend
Using ROS
Use the terminal.