Repository for planning code
Might not be working 100% after update to noetic June 2022 ##Setting up the repository ###If you don't have ROS:
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu focal main" > /etc/apt/sources.list.d/ros-latest.list'
- sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
- sudo apt-get update
- sudo apt-get install ros-noetic-desktop-full
- sudo rosdep init
- rosdep update
- sudo apt-get install python-catkin-tools
- echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
- source ~/.bashrc
- sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential ###If you have ROS already installed:
- rosdep update
- sudo apt-get install ros-noetic-roslisp-repl
- sudo apt-get install python-rosinstall python-wstool
- mkdir -p planning_ws/src
- cd ~/planning_ws
- catkin build
- source devel/setup.bash
- cd src
Follow the planning section on this guide for further installation instructions and how to start the cleanup and wipe plan. https://github.com/suturo21-22/suturo-installation
Plug in the power supply for the HSR. Plug the PS2 controller into the USB port.(optional) Check the switches on the right. Turn them both on. Press the huge power button for a couple seconds.
From remote: connect to the Alienware via ssh: ssh [email protected] suturo19
Open a byobu session: byobu
You can now start the launchfiles. Here's a cheat sheet for byobu: F2 open a new terminal CTRL-D close current terminal F6 disconnect from byobu without killing the session F3/F4 go to terminal left/right F8 rename the current terminal