-
Notifications
You must be signed in to change notification settings - Fork 31
Test single solenoid #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@E-Krantz can you test this file one of these days? |
|
I'll add different code |
|
you can push different code to the same PR Ricard, if it is related with the same topic. Should I re-open? |
|
sure, @E-Krantz wait to check the code. |
- Fix arming issue by publishing actuator messages before arming and setting all parameters in the VehicleCommand message - Add optional `namespace` argument - Add entry point to `setup.py`
|
The PX4 didn't accept the request to arm and change to offboard mode. I pushed a commit that:
I've tested these changes in PX4 SITL. |
|
@ricard-inho can you test in your HW the changes proposed by @E-Krantz ? |
|
Does it have a local position estimate when you arm it? It can be that due to PX4 safety, it rejects offboard mode if EKF2 has not converged. Concerning still firing with 0 When you kill the offboard node, it stops receiving |
Press enter to shutdown (offboard -> manual -> disarm)
|
Pushed a commit for safe shutdown. Pressing enter will have the PX4 change to manual followed by disarming. |
|
@ricard-inho can you send us a log or a bag file? Firing issues: if it fires at 0, please check what the ros2 topic of /fmu/out/actuator_motors is. |
|
@E-Krantz The safe shutdown does disarm the px4 correctly but the it goes into safefail activated stabilized mode and arms it again. |
|
@ricard-inho is this PR in working state? I think you have further changes to integrate here. If yes, I'll then merge :) |
|
@ricard-inho is this still WIP or should I close the PR? |


This code is to arm with the px4 and test a single solenoid valve with code.