Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ekf slam cpp #27

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
2aaeef5
added planning_codebas folder and created a .cpp file for new_slam
Rohanrr695 Aug 2, 2023
7c550ec
Translated more than half of new_slam.py
Rohanrr695 Aug 5, 2023
ba76e37
Translated all necessary functions from new_slam.py but still needs t…
Rohanrr695 Aug 7, 2023
0f28a4e
started ros node. having trouble with some of the callback stuff
akhandelwal2025 Aug 7, 2023
b71fcd5
maybe fixed message filters
andrewwchong Aug 7, 2023
c247c80
added build,install,log folders to .gitignore
andrewwchong Aug 7, 2023
f4e651e
removed build from root
andrewwchong Aug 7, 2023
9892fc5
ditcihng approx time sync. Assuming that topics running fast enough t…
akhandelwal2025 Aug 8, 2023
d50ef9d
finishing up some of the ros things
akhandelwal2025 Aug 9, 2023
20550c6
finished ros nodes, running into some freeing errors with new_slam.cpp
akhandelwal2025 Aug 10, 2023
d594344
still debugging
akhandelwal2025 Aug 15, 2023
b65d3b4
pushing
akhandelwal2025 Sep 11, 2023
f905e55
Fixed find min index function in new_slam.cpp & added ore print state…
akhandelwal2025 Sep 20, 2023
ec8c300
slam translation
yuvanshu Oct 5, 2023
d9c5158
added jacob_motion, calc_landmark_position, and get_landmark_position…
yuvanshu Oct 7, 2023
e1fd2d4
added calc_innovation, jacob_h, and pi_2_pi functions
yuvanshu Oct 9, 2023
94fa72a
added search_correspond_landmark_id function
yuvanshu Oct 10, 2023
bb4456f
finished translating new_slam_correct.cpp and integrating into ekf_sl…
yuvanshu Oct 16, 2023
8bebce4
removing gsl library imports
yuvanshu Oct 16, 2023
dd9ffd9
debugging eigen lib import statement
yuvanshu Oct 18, 2023
20a686c
fixing declaration of const variables
yuvanshu Oct 18, 2023
0a08e0b
debugging name types of const variables
yuvanshu Oct 18, 2023
1e7192e
debugging namespace types
yuvanshu Oct 18, 2023
39f8151
trying to fix namespace types of variables again
yuvanshu Oct 18, 2023
1c3b8d4
fixing namespace error
yuvanshu Oct 19, 2023
50ed4f4
adding int main function
yuvanshu Oct 19, 2023
04a3f65
fixing deg2rad and const variable type errors
yuvanshu Oct 19, 2023
e86114b
debugging missing semicolon errors
yuvanshu Oct 19, 2023
1ba4fe4
fixing semicolon errors and matrix inverse
yuvanshu Oct 22, 2023
2c16c76
fixing xEst and pEst for running slam
yuvanshu Oct 28, 2023
fb76ad2
added src folder
GeoffTheJetson Oct 28, 2023
75cb559
Merge branch 'ekf-slam-cpp' of github.com:carnegiemellonracing/driver…
GeoffTheJetson Oct 28, 2023
14b42e3
fixing cmake bugs
yuvanshu Nov 1, 2023
ed669b4
Merge branch 'ekf-slam-cpp' of https://github.com/carnegiemellonracin…
yuvanshu Nov 1, 2023
beb4972
it runs now
GeoffTheJetson Nov 1, 2023
52657cb
just commented out alphas and it seems to actually print errors now
GeoffTheJetson Nov 2, 2023
1ffe6f3
no more runtime errors
GeoffTheJetson Nov 2, 2023
81cc49e
after 3 hours, still in the same place lmao
GeoffTheJetson Nov 2, 2023
f067d81
docker+vscode changes
GeoffTheJetson Nov 4, 2023
c326636
realized that we didnt have to change from car frame to world frame. …
GeoffTheJetson Nov 4, 2023
764f68b
committing from dale to work on ankits computer
GeoffTheJetson Nov 5, 2023
2b1538f
resolved merge conflict
GeoffTheJetson Nov 5, 2023
a15066e
I think euclidean is now working. Getting some weird error with a mal…
akhandelwal2025 Nov 8, 2023
bb45b52
andrew here ya go
akhandelwal2025 Nov 12, 2023
dc68d39
seems to work pretty well actually? confused but maybe shit just work…
akhandelwal2025 Nov 13, 2023
efc44f5
think it works with moving and everything?
akhandelwal2025 Nov 13, 2023
830d9ce
LLETS FUCKING GO IT WORKS
akhandelwal2025 Nov 13, 2023
bd9a08e
resolving merge conflict
akhandelwal2025 Nov 13, 2023
a1aaa0e
final version, this works
akhandelwal2025 Nov 13, 2023
2cfdd37
testing on simulator and rosbag data
GeoffTheJetson Nov 29, 2023
9252e63
changing
GeoffTheJetson Dec 11, 2023
77d2a69
added transforms to be able to convert imu linear velocity from world…
GeoffTheJetson Dec 15, 2023
80da5ac
cleaned up ekf slam
GeoffTheJetson Jan 8, 2024
6ec912a
resolving merge of main into this branch
GeoffTheJetson Jan 11, 2024
a47e572
added slam output in SLAMSimNode.cpp
GeoffTheJetson Jan 11, 2024
82430b0
added a slash
GeoffTheJetson Jan 11, 2024
5b779e8
restructuring of ekf slam code
GeoffTheJetson Jan 11, 2024
36a6edf
everything builds now
akhandelwal2025 Jan 15, 2024
1a51aa9
changes
GeoffTheJetson Jan 18, 2024
7622641
stabilize sim nodes
GeoffTheJetson Jan 24, 2024
b44ba1b
added spline frames
andrewwchong Feb 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .bash_history

This file was deleted.

8 changes: 0 additions & 8 deletions .dbus/session-bus/8aece318a1a6496da0c6a5453e8ec298-0

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# IDE stuff
**/.vscode/
**/.idea/
**/.dbus/
./CMakeLists.txt # top level cmake files can help with autocompletion, but should not be in repo
./driverless_ws/CMakeLists.txt
**/CMakeCache.txt

# ROS Stuff
**/build/
**/install/
Expand Down
Binary file added __pycache__/test.cpython-38.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions docker/simulator/log/build_2023-10-04_15-10-56/events.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[0.000000] (-) TimerEvent: {}
[0.000073] (-) EventReactorShutdown: {}
62 changes: 62 additions & 0 deletions docker/simulator/log/build_2023-10-04_15-10-56/logger_all.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[0.876s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build']
[0.876s] DEBUG:colcon:Parsed command line arguments: Namespace(allow_overriding=[], ament_cmake_args=None, base_paths=['.'], build_base='build', catkin_cmake_args=None, catkin_skip_building_tests=False, cmake_args=None, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, cmake_target=None, cmake_target_skip_unavailable=False, continue_on_error=False, event_handlers=None, executor='parallel', ignore_user_meta=False, install_base='install', log_base=None, log_level=None, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x7f87f970e490>>, merge_install=False, metas=['./colcon.meta'], packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_end=None, packages_ignore=None, packages_ignore_regex=None, packages_select=None, packages_select_build_failed=False, packages_select_by_dep=None, packages_select_regex=None, packages_select_test_failures=False, packages_skip=None, packages_skip_build_finished=False, packages_skip_by_dep=None, packages_skip_regex=None, packages_skip_test_passed=False, packages_skip_up_to=None, packages_start=None, packages_up_to=None, packages_up_to_regex=None, parallel_workers=24, paths=None, symlink_install=False, test_result_base=None, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x7f87f970e490>, verb_name='build', verb_parser=<colcon_defaults.argument_parser.defaults.DefaultArgumentsDecorator object at 0x7f87f970e9a0>)
[0.937s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[0.937s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[0.937s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[0.937s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[0.937s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[0.938s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[0.938s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/dale/driverless/docker/simulator'
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[0.938s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[0.947s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[0.947s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[0.947s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[0.947s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[0.947s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[0.947s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[0.948s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[0.948s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[0.948s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[0.948s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[0.948s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[0.948s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[0.948s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[0.948s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[0.948s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[0.948s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[0.948s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[0.948s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[0.948s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[1.032s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[1.032s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[1.062s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 268 installed packages in /opt/ros/foxy
[1.063s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[1.136s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[1.150s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[1.150s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[1.150s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[1.150s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0'
[1.150s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[1.168s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[1.168s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[1.168s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[1.182s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[1.202s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[1.202s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/dale/driverless/docker/simulator/install/local_setup.ps1'
[1.202s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/dale/driverless/docker/simulator/install/_local_setup_util_ps1.py'
[1.203s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/dale/driverless/docker/simulator/install/setup.ps1'
[1.218s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/dale/driverless/docker/simulator/install/local_setup.sh'
[1.218s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/dale/driverless/docker/simulator/install/_local_setup_util_sh.py'
[1.219s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/dale/driverless/docker/simulator/install/setup.sh'
[1.233s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/dale/driverless/docker/simulator/install/local_setup.bash'
[1.234s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/dale/driverless/docker/simulator/install/setup.bash'
[1.248s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/dale/driverless/docker/simulator/install/local_setup.zsh'
[1.249s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/dale/driverless/docker/simulator/install/setup.zsh'
2 changes: 2 additions & 0 deletions docker/simulator/log/build_2023-10-23_21-33-42/events.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[0.000000] (-) TimerEvent: {}
[0.000302] (-) EventReactorShutdown: {}
62 changes: 62 additions & 0 deletions docker/simulator/log/build_2023-10-23_21-33-42/logger_all.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[1.102s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build']
[1.102s] DEBUG:colcon:Parsed command line arguments: Namespace(allow_overriding=[], ament_cmake_args=None, base_paths=['.'], build_base='build', catkin_cmake_args=None, catkin_skip_building_tests=False, cmake_args=None, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, cmake_target=None, cmake_target_skip_unavailable=False, continue_on_error=False, event_handlers=None, executor='parallel', ignore_user_meta=False, install_base='install', log_base=None, log_level=None, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x7fe5ec4987f0>>, merge_install=False, metas=['./colcon.meta'], packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_end=None, packages_ignore=None, packages_ignore_regex=None, packages_select=None, packages_select_build_failed=False, packages_select_by_dep=None, packages_select_regex=None, packages_select_test_failures=False, packages_skip=None, packages_skip_build_finished=False, packages_skip_by_dep=None, packages_skip_regex=None, packages_skip_test_passed=False, packages_skip_up_to=None, packages_start=None, packages_up_to=None, packages_up_to_regex=None, parallel_workers=24, paths=None, symlink_install=False, test_result_base=None, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x7fe5ec4987f0>, verb_name='build', verb_parser=<colcon_defaults.argument_parser.defaults.DefaultArgumentsDecorator object at 0x7fe5ec499790>)
[1.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[1.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[1.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[1.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[1.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[1.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[1.150s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/dale/driverless/docker/simulator'
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[1.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[1.155s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[1.156s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[1.156s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[1.156s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[1.156s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[1.156s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[1.156s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[1.156s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[1.156s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[1.255s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[1.255s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[1.293s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 268 installed packages in /opt/ros/foxy
[1.294s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[1.362s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[1.381s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[1.381s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[1.381s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[1.381s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0'
[1.381s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[1.402s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[1.402s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[1.402s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[1.410s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[1.430s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[1.430s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/dale/driverless/docker/simulator/install/local_setup.ps1'
[1.431s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/dale/driverless/docker/simulator/install/_local_setup_util_ps1.py'
[1.431s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/dale/driverless/docker/simulator/install/setup.ps1'
[1.450s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/dale/driverless/docker/simulator/install/local_setup.sh'
[1.450s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/dale/driverless/docker/simulator/install/_local_setup_util_sh.py'
[1.450s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/dale/driverless/docker/simulator/install/setup.sh'
[1.469s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/dale/driverless/docker/simulator/install/local_setup.bash'
[1.469s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/dale/driverless/docker/simulator/install/setup.bash'
[1.488s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/dale/driverless/docker/simulator/install/local_setup.zsh'
[1.488s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/dale/driverless/docker/simulator/install/setup.zsh'
4 changes: 4 additions & 0 deletions docker/simulator/start_docker_ubuntu.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
xhost +
<<<<<<< HEAD
sudo docker run -it --rm --privileged --net=host -v $PWD/../..:/driverless -e DISPLAY=$DISPLAY akhandelwal2025/eufs:latest
=======
sudo docker run -it --rm --privileged --net=host -v $PWD/../..:/driverless -e DISPLAY=$DISPLAY eufs:latest
>>>>>>> main
Loading