-
Notifications
You must be signed in to change notification settings - Fork 8
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
AX12 driver using ros2-control #240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Samo dodajte neki primjer, tipa novi folder mep3_hardware/test_dynamixel
sa sljedecim fajlovima:
- dynamixel_launch.py
- controllers.yaml
- description.urdf
Ideja je da ovi fajlovi stoje tu cisto radi brzog testiranja motora. Launch fajl bi pokretali bez imena paketa, samo ros2 launch src/mep3/mep3_hardware/test_dynamixel/dynamixel_launch.py
docker/Makefile
Outdated
@@ -32,11 +37,11 @@ run: | |||
-v ~/.Xauthority:/memristor/.host/.Xauthority:ro \ | |||
-v /tmp/.X11-unix/:/tmp/.X11-unix:rw \ | |||
-v /dev/dri:/dev/dri:ro \ | |||
-v /dev/bus/usb:/dev/bus/usb:ro \ | |||
-v /dev/bus/usb:/dev/bus/usb:ro ${USBTTY_MOUNT} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Da li nam ovo treba? Mislim da --privileged
vec montira cijeli /dev
folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meni je ovo dobro, mada sam ja dodao nekoliko promjena na kraju
No description provided.