Skip to content
Snippets Groups Projects
Commit 5344cc43 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Moved the calibration file and the launch file to the bringup package.

parent f4b820f8
No related branches found
No related tags found
1 merge request!1Kinetic migration
File deleted
<launch>
<!-- launch the action client node -->
<node name="bno055_imu"
pkg="bno055_imu"
type="bno055_imu"
output="screen">
<param name="update_rate" value="1"/>
<param name="serial_device" value="/dev/ttyUSB1"/>
<param name="cal_filename" value="$(find bno055_imu)/calibration/bno055.cal"/>
<param name="tf_prefix" value=""/>
<param name="frame_id" value="imu"/>
</node>
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment