Skip to content

Commit 018fa5b

Browse files
author
Shuhei Kozasa
authored
Merge pull request #40 from rt-net/master
Sync changes from master into foxy-devel
2 parents 0ec4652 + 6e88dde commit 018fa5b

File tree

5 files changed

+78
-3
lines changed

5 files changed

+78
-3
lines changed

CHANGELOG.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package raspimouse_ros2_examples
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
1.0.0 (2022-07-28)
6+
------------------
7+
* Update map command (`#38 <https://github.com/rt-net/raspimouse_ros2_examples/issues/38>`_)
8+
* Adds config file for DUALSHOCK4 (`#36 <https://github.com/rt-net/raspimouse_ros2_examples/issues/36>`_)
9+
* Update README for foxy-devel (`#34 <https://github.com/rt-net/raspimouse_ros2_examples/issues/34>`_)
10+
* Remove node\_ prefix from launch files (`#33 <https://github.com/rt-net/raspimouse_ros2_examples/issues/33>`_)
11+
* Use ament_export_targets instead of ament_export_interfaces. (`#31 <https://github.com/rt-net/raspimouse_ros2_examples/issues/31>`_)
12+
* Remove dashing check from CI (`#32 <https://github.com/rt-net/raspimouse_ros2_examples/issues/32>`_)
13+
* Update rviz config to show scan and graph topics (`#29 <https://github.com/rt-net/raspimouse_ros2_examples/issues/29>`_)
14+
* Add descriptions to READMEs for use_pulse_counters param settings (`#28 <https://github.com/rt-net/raspimouse_ros2_examples/issues/28>`_)
15+
* Use joy_linux instead of joy (`#27 <https://github.com/rt-net/raspimouse_ros2_examples/issues/27>`_)
16+
* Update CI to support ROS Foxy (`#26 <https://github.com/rt-net/raspimouse_ros2_examples/issues/26>`_)
17+
* Update package.xml (`#25 <https://github.com/rt-net/raspimouse_ros2_examples/issues/25>`_)
18+
* Install raspimouse2 and imu packages via rosdep command (`#22 <https://github.com/rt-net/raspimouse_ros2_examples/issues/22>`_)
19+
* Add rt_usb_9axisimu_driver dependency to package.xml (`#21 <https://github.com/rt-net/raspimouse_ros2_examples/issues/21>`_)
20+
* Add direction control example (`#18 <https://github.com/rt-net/raspimouse_ros2_examples/issues/18>`_)
21+
* Use images of rt-net/images repo. (`#17 <https://github.com/rt-net/raspimouse_ros2_examples/issues/17>`_)
22+
* Add lidar example (`#14 <https://github.com/rt-net/raspimouse_ros2_examples/issues/14>`_)
23+
* Turn on/off leds with joy inputs (`#15 <https://github.com/rt-net/raspimouse_ros2_examples/issues/15>`_)
24+
* Update Gamepad F710 usage in README (`#13 <https://github.com/rt-net/raspimouse_ros2_examples/issues/13>`_)
25+
* Use multi threads in the object tracking example to stabilize the tracking (`#11 <https://github.com/rt-net/raspimouse_ros2_examples/issues/11>`_)
26+
* update video link (`#12 <https://github.com/rt-net/raspimouse_ros2_examples/issues/12>`_)
27+
* Merge teleop_joy launch files into one file. (`#10 <https://github.com/rt-net/raspimouse_ros2_examples/issues/10>`_)
28+
* Add line follower examples (`#9 <https://github.com/rt-net/raspimouse_ros2_examples/issues/9>`_)
29+
* Add object tracking sample (`#8 <https://github.com/rt-net/raspimouse_ros2_examples/issues/8>`_)
30+
* Rename launch files (`#7 <https://github.com/rt-net/raspimouse_ros2_examples/issues/7>`_)
31+
* Refactoring (`#6 <https://github.com/rt-net/raspimouse_ros2_examples/issues/6>`_)
32+
* Support remote control (`#5 <https://github.com/rt-net/raspimouse_ros2_examples/issues/5>`_)
33+
* Add Joystic example (`#4 <https://github.com/rt-net/raspimouse_ros2_examples/issues/4>`_)
34+
* Add industrial_ci test settings (`#3 <https://github.com/rt-net/raspimouse_ros2_examples/issues/3>`_)
35+
* Fix teleop.launch for flake8 check (`#2 <https://github.com/rt-net/raspimouse_ros2_examples/issues/2>`_)
36+
* Add github workflow (`#1 <https://github.com/rt-net/raspimouse_ros2_examples/issues/1>`_)
37+
* Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ After moving Raspberry Pi Mouse and making a map, run a node to save the map wit
294294

295295
```sh
296296
$ mkdir ~/maps
297-
$ ros2 run nav2_map_server map_saver -f ~/maps/mymap
297+
$ ros2 run nav2_map_server map_saver_cli -f ~/maps/mymap --ros-args -p save_map_timeout:=10000
298298
```
299299

300300
#### Configure SLAM parameters

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Raspberry Pi Mouseを動かして地図を作成します。
301301

302302
```sh
303303
$ mkdir ~/maps
304-
$ ros2 run nav2_map_server map_saver -f ~/maps/mymap
304+
$ ros2 run nav2_map_server map_saver_cli -f ~/maps/mymap --ros-args -p save_map_timeout:=10000
305305
```
306306

307307
#### Configure SLAM parameters

config/joy_dualshock4.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
joystick_control:
2+
ros__parameters:
3+
button_shutdown_1 : 8
4+
button_shutdown_2 : 9
5+
6+
button_motor_off : 8
7+
button_motor_on : 9
8+
9+
button_emd_enable : 4
10+
axis_cmd_linear_x : 1
11+
axis_cmd_angular_z : 3
12+
13+
analog_d_pad : true
14+
d_pad_up : 7
15+
d_pad_down : 7
16+
d_pad_left : 6
17+
d_pad_right : 6
18+
# for analog_d_pad
19+
d_pad_up_is_positive : true
20+
d_pad_right_is_positive : false
21+
22+
button_buzzer_enable : 5
23+
dpad_buzzer0 : "up"
24+
dpad_buzzer1 : "right"
25+
dpad_buzzer2 : "down"
26+
dpad_buzzer3 : "left"
27+
button_buzzer4 : 2
28+
button_buzzer5 : 1
29+
button_buzzer6 : 0
30+
button_buzzer7 : 3
31+
32+
button_sensor_sound_en : 7
33+
button_config_enable : 6

package.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
<name>raspimouse_ros2_examples</name>
55
<version>1.0.0</version>
66
<description>Raspberry Pi Mouse examples</description>
7-
<maintainer email="s.aoki@rt-net.jp">ShotaAk</maintainer>
7+
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
8+
89
<license>Apache License 2.0</license>
910

11+
<author email="s.aoki@rt-net.jp">ShotaAk</author>
12+
<author email="daisuke.sato@rt-net.jp">Daisuke Sato</author>
13+
<author email="kozasa@rt-net.jp">Shuhei Kozasa</author>
14+
1015
<buildtool_depend>ament_cmake</buildtool_depend>
1116

1217
<depend>geometry_msgs</depend>

0 commit comments

Comments
 (0)