=============================================
- Sujay Bajracharya
- Austin Cassill
- Lakiel Wade
- William Heeter
- we can write stuff here
- this is a list
- list item
- Astra camera: get the launch file working.
- we can look at the small laptops and the email that shiqi sent recently
- Simulation/Gazebo: get the robots fully controllable.
- see in the launch file for the joystick teleop for rotors.
With the Catkin_ws setup run
- roslaunch rotors_gazebo bebop_hover.launch
to control the turtlebot run
- roslaunch turtlebot_teleop keyboard_teleop.launch
to control the drone
- Coming Soon
Instructions to setup the network to control the bots from a remote computer. NOTE: must be on same network
run these cmds
- roscore
- hostname -I
- export ROS_IP="yourip"
run these cmds
- export ROS_MASTER_URI=http//"masterip":11311
- hostname -I
- export ROS_IP="yourip"
Github:
Run command:
- rosrun ORB_SLAM2 Mono [Vocabulary file] [settings file] /camera/image_raw:=/bebop/image_raw
- Example: rosrun ORB_SLAM2 Mono ./Vocabulary/ORBvoc.txt ~/Bots-Repo/Camera/bebop2_cam.yaml /camera/image_raw:=/bebop/image_raw
Now we need a way save and load map
Issues:
- We need to be able to save and load maps