You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried following the new underwater vehicle tutorial but I am hitting roadblocks. The tutorial would be easier to follow and then modify with ones own vehicle if the documents for the tutorial were actually on git. Is there something I'm missing?
There are also parts of the tutorial that I believe are no longer supported. For example: <xacro:macro name="thruster_macro" params="thruster_id *origin"> <xacro:thruster_module_first_order_basic_fcn_macro namespace="$(arg namespace)" thruster_id="${thruster_id}" x_axis="0" y_axis="0" z_axis="1" mesh_filename="${prop_mesh_file}" dyn_time_constant="0.05" rotor_constant="0.00031"> <xacro:insert_block name="origin"/> </xacro:thruster_module_first_order_basic_fcn_macro> </xacro:macro>
if you include the parameters x_axis="0" y_axis="0 z_axis="1" then when you launch it tells you invalid parameters.
The text was updated successfully, but these errors were encountered:
if the documents for the tutorial were actually on git
Are you referring to the tutorials for this repo? It is on Git: https://github.com/Field-Robotics-Lab/dave.doc (the GitHub repo name for GitHub IO pages are usually the last part of the URL)
Answering the title of the issue, the virgil files I believe are in a PR #244
It was one of the last PRs for the project, and the project has since been out of funding. The PR has gone through a long review as you can see. Feel free to give it a try.
I've tried following the new underwater vehicle tutorial but I am hitting roadblocks. The tutorial would be easier to follow and then modify with ones own vehicle if the documents for the tutorial were actually on git. Is there something I'm missing?
There are also parts of the tutorial that I believe are no longer supported. For example:
<xacro:macro name="thruster_macro" params="thruster_id *origin"> <xacro:thruster_module_first_order_basic_fcn_macro namespace="$(arg namespace)" thruster_id="${thruster_id}" x_axis="0" y_axis="0" z_axis="1" mesh_filename="${prop_mesh_file}" dyn_time_constant="0.05" rotor_constant="0.00031"> <xacro:insert_block name="origin"/> </xacro:thruster_module_first_order_basic_fcn_macro> </xacro:macro>
if you include the parameters x_axis="0" y_axis="0 z_axis="1" then when you launch it tells you invalid parameters.
The text was updated successfully, but these errors were encountered: