Robotics StackExchange | Archived questions

Using ethzasl_ptam and ethzasl_sensor_fusion

Hi guys!

I would like to use ethzasl_ptam to provide IMU+PTAM information and feed it back to my controller. At the moment, this is what I did:

I edited posesensor.launch file in ssfupdates:

    <remap from="ssf_core/hl_state_input" to="/mav1/fcu/ekf_state_out" />
    <remap from="ssf_core/correction" to="/mav1/fcu/ekf_state_in" />
    <remap from="ssf_core/pose_measurement" to="/vslam/pose" />

I ran the following executable files:

  1. roslaunch hectorquadrotordemo ftwflightgazebo.launch
  2. roslaunch hectorquadrotorteleop logitech_gamepad.launch
  3. roslaunch ptam ptam_sim.launch
  4. roslaunch ssfupdates posesensor.launch

In my rqtgraph, I have this /posesensor node that comes out from the /ptam.

My question is, if I would like to feed the fused data (etc position) back to my controller in /gazebo, how do I do it?

Thanks everyone for guidance!

Kenny

Asked by Kenny Low on 2014-08-14 06:45:03 UTC

Comments

Answers