-
import cv2
import time
capture = cv2.VideoCapture(0)
capture.set(3, 640)
capture.set(4, 480)
img_counter = 0
frame_set = []
start_time = time.time()
whi…
-
`cd ~/turtlebot3_ws && colcon build --symlink-install --parallel-workers 1`
-
ISSUE TEMPLATE ver. 0.4.0
1. Which TurtleBot3 platform do you use?
- [o ] Burger
- [ ] Waffle
- [ ] Waffle Pi
2. Which ROS is working with TurtleBot3?
- [ ] ROS 1 Kinetic…
-
can I use smps with a voltage of 19V 4.5A?
-
how does the bus work?
similar to the can / odrive ?
do we need to route a bidirectional cable to the servos or can we split the bus in the main control area?
-
I am successfully using your ROS port from .NET core 3.1, via Nuget, when run in a console Application
However, when I run the same from within an ASP.net core App, I get an error (Method not found…
-
Hi, thank you for maintaining.
Here I would like to propose an idea related to the following comments:
https://github.com/ROBOTIS-GIT/DynamixelSDK/blob/c7e1eb71c911b87f7bdeda3c2c9e92276c2b4627/c%2…
-
For almost all of the packages I'm getting something like the following:
```
trying https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/noetic/turtlebot3_description/1.2.5-1.…
-
does anyone know what do we have to change in code to make it work because i can not make my motor run?
-
I recently moved to ROS 2.
I get an error and abort when trying to use LiDAR with turtlebot3_cartographer and others with old TurtleBot3s. However the newer one with LDS-02 works as expected.
Fina…