Changes between Version 12 and Version 13 of Other/Summer/2023/SelfDriving
- Timestamp:
- Jul 6, 2023, 1:28:59 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/SelfDriving
v12 v13 79 79 - Follow these instructions to set up ROS Noetic: http://wiki.ros.org/noetic/Installation/Ubuntu 80 80 - Note: any time you edit a startup file, like .bashrc, you need to logout and login (on VM you might need to power it off and on) for the effects to take place. 81 82 Project instructions: 83 84 - Clone the desired 85 86 Other Notes: 87 - The user needs to have input permission for ROS to read data from joystick inputs. To set this, do "sudo usermod -aG input username". -aG specifies adding an additional group (input) to a user (username) 88 - Changing groups requires the user to log out and in for effects to take place 89 - For MIMIC, which was built on ROS Melodic, any python files need to be marked as executable. To do this, run "sudo chmod +x path/to/file.py". This adds execute permission (+x) to the file.