Initialize a catkin workspace in TX1:
mkdir -p catkin_ws/src
cd catkin_ws/src
catkin_init_workspace
cd ..
catkin_make
Source the workspace
source devel/setup.bash
Clone the packages from to catkin_ws/src:
-
create_autonomy packages, can be found at https://github.com/autonomylab/create_autonomy
-
zed-ros-wrapper, can be found at https://github.com/stereolabs/zed-ros-wrapper
-
neural-navigation, https://github.com/JunhongXu/tx1-neural-navigation
In catkin_ws, do catkin_make
.
On host PC, run
-
roscore
-
rosrun joy joy_node
On TX1, run roslaunch robot run_robot.launch