Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 687 Bytes

README.md

File metadata and controls

64 lines (43 loc) · 687 Bytes

robokit-atom

Workspace for Robokit Atom robot.

Installation

./install_deps.sh

Building

catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3
source devel/setup.sh

Launching

To launch camera, model and motion nodes:

roslaunch core core.launch

To launch vision node:

roslaunch core vision_test.launch

To launch motion node:

rosrun core walk_motion_node.py

SSH

Network: Starkit

or

Network: humanoid

ROS debug

  1. On PC
export ROS_MASTER_URI=http://10.0.0.25:11311
  1. On robot:
export ROS_IP=10.0.0.25