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

Added heron_control, changed heron_description to use with uuv_simulator #2

Merged
merged 33 commits into from Jul 26, 2018

Conversation

guystoppi
Copy link
Contributor

No description provided.

@@ -2,6 +2,10 @@
Changelog for package heron_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2018-06-26)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this, it get automatically generated when you use catkin_generate_changelog

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>heron_description</name>
<version>0.3.0</version>
<version>0.4.0</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert, this is done using catkin_prepare_release

<headingDrift>0.005</headingDrift>
<headingGaussianNoise>0.005</headingGaussianNoise>
</plugin>
</gazebo>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing is off.

@@ -1,9 +1,13 @@
cmake_minimum_required(VERSION 2.8.3)
project(heron_description)

find_package(catkin REQUIRED COMPONENTS roslaunch)
find_package(catkin REQUIRED COMPONENTS
heron_msgs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are heron_msgs needed? I don't see them used any where.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I put "roslaunch" back in?

<!-- Collision geometry mesh, usually in STL format (it is recommended to keep
this geometry as simple as possible to improve the performance the physics engine
regarding the computation of collision forces) -->
<xacro:property name="collision_mesh_file" value="file://$(find heron_description)/meshes/heron_base.stl"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the simulator use the collision mesh to calculate buoyancy? If so, simplifying this mesh may go a long way for efficiency

@tonybaltovski
Copy link
Member

@dniewinski any remaining concerns?

@dniewinski
Copy link
Contributor

LGTM

@tonybaltovski
Copy link
Member

@Nirzvi1 can you rebase?

Guy Stoppi and others added 22 commits July 26, 2018 15:01
Deleted unnecessary comments
Set frequency to 20Hz (the default update frequency of the um6 IMU).
* Added heron_control package

* Deleted unnecessary comments from CMakeLists.txt

* Updated robot_localization.yaml

Deleted unnecessary comments
Set frequency to 20Hz (the default update frequency of the um6 IMU).

* Edited package.xml and moved heron_controller node from heron_control

* Updated package.xml description
@tonybaltovski tonybaltovski merged commit 16b29a7 into heron:kinetic-devel Jul 26, 2018
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

3 participants