Skip to content

jacobhuesman/apriltag_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AprilTag-Tracker

Bring up instructions

PI

To ssh into the pi, connect to the router and go to 192.168.1.1, scroll down and you should see the ip address for the pi assuming it's connected

# ssh into pi (username: nrmc, password: brnrmc)
ssh [email protected]

# Get into workspace
cd ws/rs
tmux

# Build
catkin_make
source devel/setup.bash

# Setup networking (192.168.1.YYY is the ip address of the main computer running ros)
# The main computer should already have roscore running and the networking script sourced
# First terminal
source src/apriltag_tracker/scripts/network.sh 192.168.1.YYY
rosrun apriltag_tracker apriltag_tracker

# Second terminal
source src/apriltag_tracker/scripts/network.sh 192.168.1.YYY
rosrun static_transform_publisher static_transform_publisher

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors