injae hwang

Results 12 comments of injae hwang

I have same issue can read can data but can't write can data using below board and connect to teensy4.0 , 22,23 pin ![TI SN65HVD230 CAN-bus transceiver module](https://user-images.githubusercontent.com/52307552/192199900-86ab385d-c4cc-41e5-a41b-1120ec3f2198.png) is there...

Actually I solved it by changing the board sn65hvd230 to mcp2551 ![image](https://user-images.githubusercontent.com/52307552/198309674-f750ebf8-d2fb-4026-9652-94366621c653.png) then every thing is fine ... I heard that there are many bad copy boards of sn65hvd230 thank...

This hasn't been discussed for quite some time, but I'm curious as to why the jerk isn't being applied to Tebs.

I use those commands for ubuntu 20.04 ``` sudo apt install qt5-default git clone https://github.com/developer0hye/Yolo_Label cd Yolo_Label git checkout 160a8cc3e82deebe6f5a02d49ada667d267718cc # current master branch has error (can't make) qmake make...

at master branch ``` make ``` this is error message ``` /usr/lib/qt5/bin/uic mainwindow.ui -o ui_mainwindow.h g++ -c -pipe -O2 -std=gnu++1z -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I....

I solve this problem **I had this problem because I build and make install ceres-solver manually** just ``` cd {ceres-solver-build} sudo make uninstall ``` and I reinstall dependancy ``` rosdep...

I have same error and died