Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VEX-ROS2

ROS2 packages managing the communication of the VEX and the ROS system and ROS module with template for neuromorphic neural network. This package has been developped under ROS2 Galactic (https://docs.ros.org/en/galactic/index.html).

Compilation

You first need to compile the vex_message package before compiling the vex_brain one.

colcon build --packages-select vex_message
colcon build --packages-select vex_brain
colcon build --packages-select model

Running Vex program

To launch the VEX program, download the code from the VEX application and launch it. (https://www.vexrobotics.com/vexcode/install/v5)

Running Launch

For run the file launch :

ros2 launch ./src/launch/vex_launch.launch.py

The file launches the entire ROS-VEX system. To change dynamic initialization you must change the file vex_config.

Running nodes from model

Model node can be launch with the following command:

ros2 run model model

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages