-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New lib for GPIO * Update .wordlist.txt * Update .wordlist.txt * Update rosbot_utils/rosbot_utils/flash-firmware.py * clean up * spellcheck fix * Jakub suggestions * Use gpiozero * readme * Update .wordlist.txt * Update rosbot_utils/package.xml * Add author * better * GPIOD --------- Co-authored-by: Jakub Delicat <[email protected]>
- Loading branch information
1 parent
b05a2fe
commit abec541
Showing
15 changed files
with
138 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,4 +150,11 @@ subprocess | |
cbus | ||
Dockerfile | ||
unbuffered | ||
libgpiod | ||
REQ | ||
gpiochip | ||
gpiod | ||
Rafal | ||
Gorecki | ||
gpiozero | ||
sp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,27 +3,24 @@ | |
<package format="3"> | ||
<name>rosbot</name> | ||
<version>0.13.0</version> | ||
|
||
<description>Meta package that contains all packages of Rosbot 2 2R PRO</description> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Jakub Delicat</author> | ||
<maintainer email="[email protected]">Husarion</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<url type="website">https://husarion.com/</url> | ||
<url type="repository">https://github.com/husarion/rosbot_ros</url> | ||
<url type="bugtracker">https://github.com/husarion/rosbot_ros/issues</url> | ||
|
||
<author email="[email protected]">Jakub Delicat</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<depend>rosbot_bringup</depend> | ||
<depend>rosbot_description</depend> | ||
<depend>rosbot_controller</depend> | ||
<depend>rosbot_description</depend> | ||
<depend>rosbot_utils</depend> | ||
|
||
<depend condition="($HUSARION_ROS_BUILD == simulation) and ($SIMULATION_ENGINE == ignition-gazebo)"> | ||
rosbot_gazebo | ||
</depend> | ||
<depend condition="($HUSARION_ROS_BUILD == simulation)">rosbot_gazebo</depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,22 @@ | |
<name>rosbot_bringup</name> | ||
<version>0.13.0</version> | ||
<description>ROSbot 2, 2R, PRO bringup package</description> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Jakub Delicat</author> | ||
<maintainer email="[email protected]">Husarion</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<url type="website">https://husarion.com/</url> | ||
<url type="repository">https://github.com/husarion/rosbot_ros</url> | ||
<url type="bugtracker">https://github.com/husarion/rosbot_ros/issues</url> | ||
|
||
<author email="[email protected]">Jakub Delicat</author> | ||
<author email="[email protected]">Rafal Gorecki</author> | ||
|
||
<exec_depend>launch</exec_depend> | ||
<exec_depend>launch_ros</exec_depend> | ||
<exec_depend>rosbot_controller</exec_depend> | ||
<exec_depend>robot_localization</exec_depend> | ||
<exec_depend>micro_ros_agent</exec_depend> | ||
<exec_depend>micro_ros_msgs</exec_depend> | ||
|
||
<test_depend>python3-pytest</test_depend> | ||
<test_depend>launch</test_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,16 @@ | |
<package format="3"> | ||
<name>rosbot_controller</name> | ||
<version>0.13.0</version> | ||
|
||
<description>Hardware configuration for ROSbot 2, 2R, PRO</description> | ||
<maintainer email="[email protected]">Husarion</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Jakub Delicat</author> | ||
<maintainer email="[email protected]">Husarion</maintainer> | ||
|
||
<url type="website">https://husarion.com/</url> | ||
<url type="repository">https://github.com/husarion/rosbot_ros</url> | ||
<url type="bugtracker">https://github.com/husarion/rosbot_ros/issues</url> | ||
|
||
<author email="[email protected]">Jakub Delicat</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<exec_depend>launch</exec_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,17 @@ | |
<package format="3"> | ||
<name>rosbot_description</name> | ||
<version>0.13.0</version> | ||
|
||
<description>ROSbot 2, 2R, PRO description package</description> | ||
<maintainer email="[email protected]">Husarion</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Jakub Delicat</author> | ||
<author email="[email protected]">Maciej Stepien</author> | ||
<maintainer email="[email protected]">Husarion</maintainer> | ||
|
||
<url type="website">https://husarion.com/</url> | ||
<url type="repository">https://github.com/husarion/rosbot_ros</url> | ||
<url type="bugtracker">https://github.com/husarion/rosbot_ros/issues</url> | ||
|
||
<author email="[email protected]">Jakub Delicat</author> | ||
<author email="[email protected]">Maciej Stepien</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<export> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.