-
Notifications
You must be signed in to change notification settings - Fork 43
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
Sonar sim + ground visualizer + #410
base: master
Are you sure you want to change the base?
Conversation
</node> | ||
<node pkg="sub8_launch" type="tf_republisher.py" name="tf_republisher" /> | ||
|
||
<node pkg="joint_state_publisher" name="joint_state_publisher" type="joint_state_publisher"> |
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.
what does this do? and use_tf_static?
use_image_ = true; | ||
use_down_cam_ = false; | ||
|
||
floor_img_path_ = "../mil_ws/src/SubjuGator/perception/sub8_mapping/include/seaFloor.png"; |
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.
questions
} | ||
|
||
surface_marker_ = true; | ||
surface_img_path_ = "../mil_ws/src/SubjuGator/perception/sub8_mapping/include/surface.png"; |
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.
what are these for?
<geometry> | ||
<mesh> | ||
<!--ADD ABSOLUTE PATH --> | ||
<uri>/home/mike/mil_ws/src/SubjuGator/simulation/sub8_gazebo/models/GarlicDrop/garlicDrop.dae</uri> |
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.
any way to use relative paths?
Also could you run a |
Sonar simulator: Plug and play, when the real blueview is inactive the simulator published the same topics as real blueview. Still under development but can simulate gazebo world data well enough to use with some missions.
sub8_mapping: provides the ground and surface visualization in rviz. still under development for expanded functionality