Skip to content

CSULB-RMC/ros2-ws-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros2-ws-2024

General working ROS workshop with all packages.

In root directory make sure to run:

rosdep install -i --from-path src --rosdistro iron -y
colcon build --packages-select <your_package>
source install/setup.bash

You can just run colcon build by itself to build everything but it might take a bit. Then run your package:

ros2 run <package> <entrypoint>

Ex.) ros2 run py_pubsub listener

Scripts

In root directory run:

bash controller-can-test.sh

use to run can messaging with controller input

bash vcan-setup.sh

runs virtual can network interface config

About

General working ROS workshop with all packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published