-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triangle Buoy SM #105
Triangle Buoy SM #105
Conversation
@@ -100,7 +100,7 @@ namespace pose_generator | |||
class_name = "jiangshi"; | |||
if( bbs.size() != 1 ) { return false; } | |||
int border_size = 10; // add room for a border that we'll say is part of the 'not bouy' class | |||
checkBoxes(bbs, border_size); | |||
if ( !checkBoxes(bbs, border_size) ) { return false; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the OpenCV error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to actually use the result of checkBoxes()
@@ -0,0 +1,43 @@ | |||
#ifndef MOVEMENT_CLASS_SRC_MOVEMENT_CLASS_H_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class isn't used I'm going to delete it in next PR for path marker
Need to add aspect ratio yaw calculation |
Closes #86 Closes #45
Logic of the task:
New rospkg: perception_control. Meant to be the interface for visual servoing and optical flow, nodeleted with darknet and the occam driver.
Steps to run:
roslaunch cusub_sim_bringup divewell_single_task.launch
roslaunch cusub_sim_bringup leviathan_description.launch
roslaunch cusub_common_bringup leviathan_sim.launch
roslaunch perception_control orbit.launch __ns:=leviathan
roslaunch mapper mapper.launch truth_data:=true __ns:=leviathan
roslaunch state_machine state_machine.launch __ns:=leviathan using_darknet:=false config_filename:=mission_config_sim.yaml