Gary Bey
Gary Bey
As of this writing, here is an updated response to the questions @Briancbn have, ## Questions > * **Eloquent** looks good for the development at the moment, but will EOL...
@jdlangs @JeremyZoss Thank you for ROS2 porting efforts thus far. Do let us know the current state of the ROS2 porting here. Our team at **ROS-Industrial Consortium Asia Pacific** would...
**TODO**: Identify what components in the tutorials can be easily ported to ROS2, given the current maturity of ROS2 Foxy.
For those still following this thread, there is currently **a ROS2 Foxy version** of the **ros-industrial training documentation**. https://industrial-training-master.readthedocs.io/en/foxy/ Further porting efforts to ROS2 Foxy is captured under Issue #160.
@mhudnell ## Solution To resolve this issue, run the following installation commands: ```bash sudo apt-get update sudo apt-get install python3-roslib python3-sensor-msgs ``` If it is still unable to **locate the...
hi @bensort, Please go to `Software & Updates` in your Ubuntu Operating System and ensure the following configurations have been set, like so:  Once done, open...
Hi @bensort Hmm... That's weird. The script specifies **python3**, as shown by the shebang defined in the header of the script. Not sure why it is able to use **python2**......
Hi, @m-hertig I am not a maintainer of the repository. However, as a ROS1 user, I should be able to advise. First thing first, it seems that there are no...
Hi all, thanks @03vmate for providing the concise instructions above on addressing this issue. > Verified that the **03vmate**'s solution only works if you are using **cuda 10.1**. This is...
Hi, faced the same error when attempting to run **yolov3-10** onnx model. > Verified that @mustafakasap 's **correct sample code** resolves the error. ## Follow-Up Action Someone needs to **update...