Install ros2 Jazzy on Ubuntu 24.04
apt-get install python3-rosdepsudo rosdep init
rosdep updaterosdep install --from-paths src -y --ignore-srccolcon buld # initializes build, install, and log file ignored on githubsource install/local_setup.sh # sources dependencie, build files, etc.Activates nodes for drivetrain only
- main_drive
- main_joy
ros2 launch launch/drive_launch.pyActivates broker publisher, sensor nodes, drivetrain, and autonomy
- main_drive
- main_joy
- autonomous
- sensor
- 4x broker [can_ids 15-18]
ros2 launch launch/main_launch.pyTest script to launch LiDAR, uncomment RVIZ section to see visual model
- unitree_lidar_ros2
ros2 launch launch/lidar_launch.pyNOTE: Won't work unless /dev/ttyUSB0 has full perms. For example, if on linux do sudo usermod -a -G dialout $USER to give serial ports same permissions as user.