BYU-AUVSI / imaging

Client and server for the 2019 BYU AUVSI-SUAS competion
0 stars 1 forks source link

Interop submit #21

Closed len0rd closed 5 years ago

len0rd commented 5 years ago

Major changes

9

len0rd commented 5 years ago

@betaBison @BrandonMcBride4 note that this merge again changes the database (for the last time I swear!), meaning you'll need to reload it:

1: reload tables (this will drop and recreate all tables in the db)

sudo su postgres
psql -f server/setup/internal/setup_database.sql

2: bring in the bag (imaging folder needs to be in a catkin_workspace)

catkin_make
source devel/setup.bash
rosrun imaging_ros_handler ros_handler.py

2.5 also run the rosbag

rosbag play nameOfRosbagWhichIForget.bag