Changes between Version 15 and Version 16 of Other/Summer/2023/SelfDriving
- Timestamp:
- Jul 6, 2023, 1:48:28 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/SelfDriving
v15 v16 95 95 96 96 - Clone the desired repository. You can click "clone" on the repository page for the desired repository on gitlab (https://gitlab.orbit-lab.org/self-driving-car-2023). For example, "git clone git@gitlab.orbit-lab.org:self-driving-car-2023/upcar.git" 97 - Make sure you set up ROS in your .bashrc file. You need to have "source /opt/ros/noetic/setup.bash" in it 98 - You need to add the setup file for the catkin workspace of the project in your .bashrc file. To do this, first take note of the absolute path to the project directory. You will need to add "source path_to_catkin_ws/catkin_ws/devel/setup.bash" (replace path_to_catkin_ws with the actual absolute path on your system.) 99 - One you are done changing the setup files, logout and login. 100 101 97 102 98 103 Other Notes: