forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
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
CAN Actuator Output #12
Comments
eb40991 Things done:
|
To run a can example:
replace the can_main.c (platform/nuttx/Nuttx/apps/examples/can/can_main.c) with the code below:
After running
|
@AndreWongZH Can you make the pull request on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UAVCAN bus seems not to be universal with DJI's CAN Bus protocol, but we could probably reuse some of the CAN library within UAVCAN bus https://github.com/nusrobomaster/PX4-Autopilot/tree/rm2021/src/drivers/uavcan/uavcan_drivers/stm32/driver/include/uavcan_stm32
Could we refer to our last seasons code base for this?
Some code from DJI
https://github.com/RoboMaster/Development-Board-C-Examples/blob/master/14.CAN/application/CAN_receive.c
The text was updated successfully, but these errors were encountered: