James Goppert
|
0b703096e7
|
Fixed distance sensor log error.
|
10 years ago |
James Goppert
|
5955773574
|
Lidar lite driver fixes.
Conflicts:
src/modules/uORB/Subscription.cpp
|
10 years ago |
Lorenz Meier
|
c5f14ef785
|
Merge pull request #2224 from bansiesta/lidarlite_merge
Lidarlite merge and bringup
|
10 years ago |
Ban Siesta
|
9f314dd191
|
drivers: corrected log string
|
10 years ago |
Ban Siesta
|
69cbbd9b5e
|
distance_sensor: changed all distance sensors to orb_advertise_multi
|
10 years ago |
Lorenz Meier
|
5dfa3d29bd
|
Merge pull request #2225 from DonLakeFlyer/FTP
Fix opendir failure handling
|
10 years ago |
Don Gagne
|
4206b030bf
|
Fix opendir failure handling
|
10 years ago |
Ban Siesta
|
517acd4586
|
px4flow: publish sonar distance to distance_sensor topic as well
|
10 years ago |
Ban Siesta
|
2fb999674b
|
Merge remote-tracking branch 'px4/pr/2200' into lidarlite_merge
|
10 years ago |
TSC21
|
72e9390985
|
distance_sensor: minor changes
|
10 years ago |
TSC21
|
d319310134
|
Merge branch 'master' of https://github.com/PX4/Firmware into distance_sensor
|
10 years ago |
Ban Siesta
|
a729d6f301
|
ll40ls: first stab at adapting ll40ls to the new distance_sensor msg
|
10 years ago |
Ban Siesta
|
cf39e8c721
|
mavlink: adapted to change in distance_sensor msg
|
10 years ago |
Ban Siesta
|
13a4cdd05e
|
ekf_att_pos_estimator: adapted to change in distance_sensor msg
|
10 years ago |
Ban Siesta
|
0128fef8e0
|
drivers: more adaptations to changed message
|
10 years ago |
Ban Siesta
|
103d59e9be
|
distance_sensor: adapted message to float for distance and adapted the drivers
|
10 years ago |
Ban Siesta
|
a0011d2163
|
Merge remote-tracking branch 'px4/pr/2200' into lidarlite_merge
|
10 years ago |
Ban Siesta
|
2c4c0ecb32
|
ll40ls: forgot to remove commented out stuff in PWM driver
|
10 years ago |
Ban Siesta
|
e7f1f3ba28
|
ll40ls: made PWM driver version functional
|
10 years ago |
Ban Siesta
|
ef658cf926
|
ll40ls: changed I2C driver to new ringbuffer namespace, and various style stuff
|
10 years ago |
Ban Siesta
|
fbc4ca61ac
|
ll40ls: removed unneeded comments
|
10 years ago |
Ban Siesta
|
0ab0de5805
|
ll40ls: adapt the cli interface, so that the commands work with the PWM and I2C driver
|
10 years ago |
Ban Siesta
|
bb3ad64aac
|
pwm_input: get rid of start full and instead start whenever someone reads from the driver, as well as various other small changes
|
10 years ago |
Ban Siesta
|
4e897bf197
|
pwm_input: comment style
|
10 years ago |
Ban Siesta
|
1151996c0b
|
ll40ls: Weffc++ was complaining about 'class LidarLitePWM' has pointer data members, had to disable it
|
10 years ago |
Lorenz Meier
|
04d51bf8bf
|
Merge pull request #2219 from nopeppermint/patch-1
Update README.md with links to releases and STM32F4Discovery Tutorial
|
10 years ago |
TSC21
|
5672df8eda
|
Merge branch 'master' of https://github.com/PX4/Firmware into distance_sensor
|
10 years ago |
Ban Siesta
|
7cec6d3c3b
|
uORB: added pwm_input to objects_common
|
10 years ago |
Ban Siesta
|
d473b8bddd
|
Merge branch 'fix_ringbuffer' into lidarlite_merge
|
10 years ago |
Ban Siesta
|
362fc205b3
|
drivers: various whitespace
|
10 years ago |
Ban Siesta
|
21dfd0243d
|
drivers: use new ringbuffer namespace everywhere
|
10 years ago |
Ban Siesta
|
aac276872b
|
ringbuffer: use a namespace for ringbuffer to avoid 'multiple definitions in vtable' bug
|
10 years ago |
Ban Siesta
|
b9ce447cc9
|
ringbuffer: whitespace
|
10 years ago |
Lorenz Meier
|
1422fac329
|
Merge pull request #2221 from bansiesta/fix_msggen
Tools: don't try to generate messages for hidden files starting with a dot.
|
10 years ago |
Ban Siesta
|
9eb7409f46
|
makefiles: getting rid of gpio_tool again, this was a leftover from debugging
|
10 years ago |
Ban Siesta
|
e67f681935
|
ll40ls: astyle
|
10 years ago |
Ban Siesta
|
3efaeabd5b
|
pwm_input: astyle
|
10 years ago |
Ban Siesta
|
bd48ef0386
|
Merge remote-tracking branch 'px4/pr/2196' into lidar_tests
|
10 years ago |
Ban Siesta
|
19156ec763
|
Merge remote-tracking branch 'px4/pr/1949' into lidar_tests
|
10 years ago |
Ban Siesta
|
f73a942c05
|
Tools: don't try to generate messages for hidden files starting with a
dot.
|
10 years ago |
TSC21
|
98d0204087
|
distance_sensor: update drivers
|
10 years ago |
TSC21
|
17bc0979e4
|
distance_sensor: re-add max number of sonars
|
10 years ago |
TSC21
|
169eae8cf9
|
distance_sensor: removed range_finder.msg def; readded max number of sonars
|
10 years ago |
TSC21
|
c2c0cbe682
|
distance_sensor: msg def: changed to SI units
|
10 years ago |
TSC21
|
36dfda4aea
|
distance_sensor: mavlink_receiver: changed to SI units
|
10 years ago |
TSC21
|
7e740f262b
|
distance_sensor: removed max number of rangefinders
|
10 years ago |
TSC21
|
43668cc8c8
|
distance_sensor: adopt message in both range drivers and on ekf_att_pos_estimator
|
10 years ago |
TSC21
|
93f8d7c4e8
|
distance_sensor: added distance_sensor to sdlog2
|
10 years ago |
TSC21
|
2e40338b93
|
Merge branch 'master'
|
10 years ago |
Lorenz Meier
|
b9dc72f4cc
|
Merge pull request #2217 from PX4/FF_fix
fixed rates feedforward
|
10 years ago |