Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

MichaelFleming
Copy link

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

</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">
Copy link
Member

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";
Copy link
Member

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";
Copy link
Member

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>
Copy link
Member

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?

@RustyBamboo
Copy link
Member

Also could you run a clang-format -i on your cpp/hpp files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants