-
As the title suggests when attempt to use the sdk like this:
from robomaster import robot
I get this:
Traceback (most recent call last):
File "/home/admin/bottest.py", line 1, in
from …
-
"robomaster_node" creates
ModuleNotFoundError: No module named 'robomaster_s1_driver'
error by catkin_make on Noetic, Raspberry Pi4.
Jiroh updated
2 years ago
-
-
The error msg are as follows:
```
Step 12/12 : RUN mkdir -p /ros_ws/src && cd /ros_ws && git clone https://github.com/jeguzzi/robomaster_ros.git src/robomaster_ros && source /ros_entrypo…
-
Good afternoon. Help please soon I have a diploma, and the project is not ready. Because ROS1 does not see the robot Robomaster EP or S1 (I am confused in them), although it is written, as soon as you…
-
Hi,
I started the container via command: **sudo docker compose up**
I tried to use rqt (and rqt_graph) to monitor the topics published in container. and rqt can list out the topics in container but …
-
There is a error when I run /DJI / robot_play.py. I can ensure my environment is right and every step is OK according to your instructions. I think maybe there is something wrong in your codes.…
-
hello ~
[rm_s1_hacker.py](https://github.com/sgrsn/robomaster-python-hack/blob/main/lib/rm_s1_hacker.py)
send_joy_command() not found..
replace hacker.twist_robomaster(int(vx), int(vy), int(z…
-
根据[文档](https://robomaster-dev.readthedocs.io/zh_CN/latest/python_sdk/installs.html)所描述的,使用pip3下载的[外部依赖](https://pypi.org/project/robomaster/),没有在这个仓库里找到响应的测试程序,通过文档的描述自行编写测试程序如下:
```python
from robo…
-
If I use the command "pip3 install robomaster" then I got the message:
"ERROR: Could not find a version that satisfies the requirement robomaster
ERROR: No matching distribution found for robomaster…