|
1 | 1 | # raspimouse_description |
2 | 2 |
|
| 3 | +[](https://github.com/rt-net/raspimouse_description/actions/workflows/industrial_ci.yml) |
| 4 | + |
3 | 5 | ROS package with URDF description macro for [Raspberry Pi Mouse](https://rt-net.jp/products/raspberrypimousev3/) |
4 | 6 |
|
5 | 7 |  |
6 | 8 |
|
7 | | -This ROS package was separated from [rt-net/raspimouse_sim](https://github.com/rt-net/raspimouse_sim). |
| 9 | +This ROS package was separated from [rt-net/raspimouse_sim](https://github.com/rt-net/raspimouse_sim). |
8 | 10 | See details from [rt-net/raspimouse_sim#42](https://github.com/rt-net/raspimouse_sim/pull/42). |
9 | 11 |
|
10 | | -The main development branch for ROS 1 is [`master`](https://github.com/rt-net/raspimouse_description/tree/master). |
| 12 | +The main development branch for ROS 1 is [`master`](https://github.com/rt-net/raspimouse_description/tree/master). |
11 | 13 | The main development branch for ROS 2 is [`ros2`](https://github.com/rt-net/raspimouse_description/tree/ros2). |
12 | 14 |
|
13 | 15 | ## Supported ROS distributions |
14 | 16 |
|
15 | | -- Melodic ([`melodic-devel`](https://github.com/rt-net/raspimouse_description/tree/melodic-devel)) |
16 | | -- Foxy ([`foxy-devel`](https://github.com/rt-net/raspimouse_description/tree/foxy-devel)) |
17 | | -- Humble ([`humble-devel`](https://github.com/rt-net/raspimouse_description/tree/humble-devel)) |
| 17 | +- Humble ([`humble`](https://github.com/rt-net/raspimouse_description/tree/humble)) |
| 18 | +- Jazzy ([`jazzy`](https://github.com/rt-net/raspimouse_description/tree/jazzy)) |
18 | 19 |
|
19 | 20 | ## Installation |
20 | 21 |
|
21 | 22 | ```sh |
22 | 23 | # Clone raspimouse_description and install dependencies |
23 | 24 | cd ~/ros2_ws/src |
24 | | -git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description |
| 25 | +git clone -b $ROS_DISTRO https://github.com/rt-net/raspimouse_description |
25 | 26 | rosdep install -r -y -i --from-paths . |
26 | 27 |
|
27 | 28 | # Build the package |
@@ -66,7 +67,7 @@ ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera |
66 | 67 |
|
67 | 68 | (C) 2016-2022 RT Corporation |
68 | 69 |
|
69 | | -This repository is licensed under the MIT license, see [LICENSE](./LICENSE). |
| 70 | +This repository is licensed under the MIT license, see [LICENSE](./LICENSE). |
70 | 71 | Unless attributed otherwise, everything in this repository is under the MIT license. |
71 | 72 |
|
72 | 73 | ### Acknowledgements |
|
0 commit comments