-
Notifications
You must be signed in to change notification settings - Fork 205
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
Running OpenRadar on linux? #51
Comments
Were you able to use OpenRadar on linux in the meantime? I'm facing the same issue right now. Maybe there is a way to control the DCA using the onboard switches, but from my understanding you would also need to start the radar module separately. |
I have been trying to achieve this as well and I finally figured out how to do it. For my setup, I am using a IWR6843ISK with a MMWAVEICBOOST and DCA1000EVM. On the Software side I have written my own code to config the IWR6843ISK board and using the DCA1000EVM CLI interface to control the DCA board. This is how the switches on the board are set Steps:
|
I am trying a similar thing and I am fed up with developting with windows and Mmwavestudio, would you be so kind to share? I have a similar setup but with only the DCA1000 and a iwr6843isk board. |
We developed two ROS2 packages in order to use the sensor and board under linux. Maybe you can look into our code and test it out (it was initially developed as a python script so it should be easy to modify it). In case something is unclear, feel free to message me. Here is the link to the DCA1000EVM_CLI_ROS2 package. Maybe in January I will try to implement our solution in OpenRadar and open a pull request. |
Hey @3473f, could you update the link please? |
Is the ROS2 Package still around? I'm basically trying to replicate the same thing right now, it would be very helpful. |
I sadly had to take it down due to my current employer being strict about opensourcing our work, but as descriped in my earlier comment, I am simply launching the CLI from TI as a subprocess in my python code. |
First, thank you guys for this amazing project.
I am trying to use radar on linux. However, it seems that we need mmwave studio in order to use OpenRadar. Since TI only have mmwave studio for windows, so currently we cannot use OpenRadar on linux. Is this correct?
The text was updated successfully, but these errors were encountered: