odrive_ros2_control
ODrive driver for ros2_control
File Explorer
Download Latest Version (.zip)- diffbot_controllers.yaml
- odrive_multi_interface_forward_controllers.yaml
- rrbot_controllers.yaml
- odrive_diffbot.launch.py
- odrive_multi_interface.launch.py
- odrive_rrbot.launch.py
- CMakeLists.txt
- package.xml
- odrive.ros2_control.xacro
- odrive.urdf.xacro
- odrive_diffbot.urdf.xacro
- odrive_rrbot.urdf.xacro
- CMakeLists.txt
- package.xml
- odrive_endpoints.hpp
- odrive_hardware_interface.hpp
- odrive_usb.hpp
- visibility_control.hpp
- odrive_hardware_interface.cpp
- odrive_usb.cpp
- CMakeLists.txt
- odrive_hardware_interface.xml
- package.xml
- CMakeLists.txt
- package.xml
- .clang-format
- LICENSE
- README.md
- README_CN.md
# Installation Guide
1. Get the code
git clone https://github.com/Factor-Robotics/odrive_ros2_control
Downloads the entire project code from GitHub to your computer.
cd odrive_ros2_control
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cd odrive_demo_bringup
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
