Skip to content

Base code for Nala robot (SOLO12 robot from Open Dynamic Robot Initiative)

Notifications You must be signed in to change notification settings

HBRS-SDP/solo12_robot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

solo12_robot

Base code for Nala robot (SOLO12 robot from Open Dynamic Robot Initiative)

Launch Gazebo

To launch the robot in gazebo (prototyping purposes):

ros2 launch solo12_bringup robot.launch.py

Manual Installation

Requeriments:

  • curl
  • git
  1. Git clone master-board
git clone https://github.com/a2s-institute/master-board.git
  1. Install the master-board SDK
cd master-board/sdk/master_board_sdk
mkdir build && cd build
cmake -DBUILD_PYTHON_INTERFACE=ON -DCMAKE_BUILD_TYPE=RELEASE ..
make
sudo make install

About

Base code for Nala robot (SOLO12 robot from Open Dynamic Robot Initiative)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.4%
  • CMake 37.6%