Skip to content

Latest commit

 

History

History
102 lines (65 loc) · 4.31 KB

README_en.md

File metadata and controls

102 lines (65 loc) · 4.31 KB

The information repository of "Learning ROS Robot Programming with Raspberry Pi"

Important Information

2018/11/20

There is one unconfirmed supplement about the test. It is usually fine but unless you immediately execute f. flush() when writting a word into the dummy device with the test code, there will be delays in file inputs, which leads to the tests being mocky.

2018/6/15

By following the procedures listed here https://wiki.ubuntu.com/ARM/RaspberryPi#Wifi we have confirmed that one can install a firmware where the WiFi is enabled. -> wifiproblem.md

2018/6/11

When installing the newest ROS and executing catkin_create_pkg, the format of package.xml is generated as version 2. Since in this version run_depend is replaced by exec_depend, you will need to replace the run_depend to exec_depend written in the text. If you would like to use the old version, delete the line format="2" written in the top of the XML. Although, it will be better to learn the new version.

2018/5/26

We have just noticed this but the WiFi does not work with the method shown in 2017/05/06. It is under investigation and in the mean time please do as follows.

  • If you have already installed it and the WiFi works, do NOT apt upgrade.
  • If you are about to install, use the image here.

2018/4/22

There wasn't a log of the simulator (Chapter E) at the time of writing, so we have made a branch of it.

2017/12/18

In chapter 10, because there was no xml file in the specified path, an error will occur in OpenCV.

  • How to handle

Execute the following commands.

$ sudo apt install opencv-data

2017/12/8

The link is broken for the JavaScript codes used in chapter 12.

We modified the bug in the device driver. (2017/07/07)

2017/5/6

We have confirmed a defect where you can't use the WiFi after updating the kernel.

Other information

Repository of each chapters

Convenient Tools