-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4b0971
commit d9cabdb
Showing
4 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ | |
**/install/ | ||
**/log/ | ||
**/cmake-build-*/ | ||
log.log | ||
|
||
**/__pycache__/ |
Binary file modified
BIN
+0 Bytes
(100%)
driverless_ws/src/stereo/stereo/__pycache__/StereoCamNode.cpython-38.pyc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
driverless_ws/src/stereo/stereo/__pycache__/predict.cpython-38.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
tmux new-session -d; # start new detached tmux session | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && cd ~/Documents/rosbags && ros2 bag record -a' ENTER; | ||
tmux split-window -h -p 50; # split the detached tmux session | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && ros2 ' ENTER; | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && ros2 run hesai_ros_driver hesai_ros_driver_node' ENTER; | ||
tmux split-window -v -p 50; # split the detached tmux session | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && ros2 run lidar lidar_sub' ENTER; | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && ros2 run perceptions lidar_sub' ENTER; | ||
tmux split-window -h -p 100; # split the detached tmux session | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && ros2 launch zed_wrapper zed2.launch.py' ENTER; | ||
tmux split-window -v -p 70; # split the detached tmux session | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && ros2 run stereo stereo_cones' ENTER; | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && cd ~/Documents/driverless/driverless_ws && ros2 run stereo stereo_cones' ENTER; | ||
tmux split-window -h -p 70; # split the detached tmux session | ||
tmux send 'source ~/Documents/driverless/driverless_ws/install/setup.bash && ros2 launch sbg_device sbg_device_launch.py' ENTER; | ||
tmux split-window -v -p 70; # split the detached tmux session | ||
tmux send 'source ~/Documents/movella_ws/install/setup.bash && ros2 launch bluespace_ai_xsens_mti_driver xsens_mti_node.launch.py' ENTER; | ||
tmux send 'source ~/movella_ws/install/setup.bash && ros2 launch bluespace_ai_xsens_mti_driver xsens_mti_node.launch.py' ENTER; | ||
tmux split-window -h -p 70; # split the detached tmux session | ||
tmux a; # open (attach) tmux session. | ||
tmux a; # open (attach) tmux session. |