aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/ros
Commit message (Collapse)AuthorAgeFilesLines
* ros: manual input (joystick) node: correctly initilize switchesThomas Gubler2015-02-281-0/+2
|
* ros: mavlink dummy node: handle position target local ned mavlink messages ↵Thomas Gubler2015-02-282-19/+143
| | | | and forward them to position_setpoint_triplet
* ros: mavlink dummy node: listen to vehicle local position and publish to ↵Thomas Gubler2015-02-282-2/+31
| | | | mavlink (LOCAL_POSITION_NED)
* ros: commander dummy node: set control flags in offboard modeThomas Gubler2015-02-282-1/+43
|
* ros: mavlink dummy node: parse attitude target messagesThomas Gubler2015-02-282-11/+29
|
* ros:manual input dummy node: add offboard buttonThomas Gubler2015-02-282-2/+15
|
* ros mavlink node: handle set_attitude_targetThomas Gubler2015-02-282-4/+65
|
* ros: mavlink onboard node: send attitude via mavlinkThomas Gubler2015-02-282-2/+26
|
* ros: mavlink node: add mavconn linkThomas Gubler2015-02-282-0/+4
|
* ros: add skeleton for mavlink nodeThomas Gubler2015-02-282-0/+120
|
* mixer node: do not use macrosThomas Gubler2015-02-081-4/+4
| | | | | This is not a portable module (ros only). Hence use the native ros types.
* parametrize imu input for ros dummy att estimatorThomas Gubler2015-02-041-1/+3
|
* fix timestamp problem in dummy pos estimatorThomas Gubler2015-02-011-1/+1
|
* ros att estimator dummy node: publish timestampThomas Gubler2015-01-301-0/+1
|
* fix commentThomas Gubler2015-01-291-1/+1
|
* fix logic error in manual input nodeThomas Gubler2015-01-291-3/+1
|
* ros mixer: remove debug outputThomas Gubler2015-01-291-4/+0
|
* commander dummy node: small fix for vehicle_control_modeThomas Gubler2015-01-292-5/+8
|
* commander dummy node: set control velocity enabled flagThomas Gubler2015-01-291-0/+3
|
* commander dummy node: extend to support switching between modesThomas Gubler2015-01-292-12/+61
|
* manual input dummy node: extend to support switching between modesThomas Gubler2015-01-292-23/+84
| | | | also fixing thrust input
* function renameThomas Gubler2015-01-292-3/+3
|
* first version of position estimator dummy nodeThomas Gubler2015-01-292-0/+169
|
* attitude estimator dummy node: add timestampThomas Gubler2015-01-291-0/+2
|
* ported more geo functions to cppThomas Gubler2015-01-281-0/+93
|
* remove unneeded filesThomas Gubler2015-01-231-41/+0
|
* generate message wrapper headers on rosThomas Gubler2015-01-231-25/+0
|
* make handle() staticThomas Gubler2015-01-211-1/+1
|
* added a messageplayer prototype for rosThomas Gubler2015-01-211-0/+25
|
* ros mixer: add irisThomas Gubler2015-01-151-2/+15
|
* ros: make mixer name a paramThomas Gubler2015-01-141-1/+19
|
* ros mixer node: add w mixerThomas Gubler2015-01-141-3/+10
|
* ros mixer: increase number of controls to default to fix undefined behaviourThomas Gubler2015-01-131-2/+2
|
* ros attitude estimator dummy: fix topic nameThomas Gubler2015-01-131-1/+1
|
* ros sim: use ardrone modelThomas Gubler2015-01-102-4/+4
|
* fix code style in src/platformsThomas Gubler2015-01-089-56/+84
|
* dummy mixer: add offset paramThomas Gubler2015-01-051-10/+15
|
* read attitude and attitude speed from imu messageThomas Gubler2015-01-022-8/+56
|
* manual input: deadzonesThomas Gubler2015-01-022-8/+20
|
* dummy commander and mixer: armed statusThomas Gubler2015-01-023-8/+36
|
* ros nodes: add mixer for eurocThomas Gubler2015-01-021-1/+9
|
* commander dummy node: publish param update at low freq to make other nodes ↵Thomas Gubler2015-01-022-1/+13
| | | | update their params
* attitude estimator: fix signsThomas Gubler2014-12-311-7/+11
|
* reduce manualinput queue sizeThomas Gubler2014-12-311-2/+2
|
* reduce mixer queue sizeThomas Gubler2014-12-311-1/+1
|
* fix dummy mixerThomas Gubler2014-12-311-7/+16
|
* manual input fix variable namesThomas Gubler2014-12-312-21/+21
|
* make mixer to radps scaling a param and raise defaultThomas Gubler2014-12-311-2/+7
|
* scale dummy mixer outputThomas Gubler2014-12-301-1/+1
|
* fix mixed motor commands publicationThomas Gubler2014-12-301-1/+1
|