-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Light dimmer (#105) * Light dimmer * Update * delete debug * add brake * fix * formated * battery_animation 3 stage * fix * add david suggestion * Update panther_lights/src/animation/battery_animation.py Co-authored-by: Dawid Kmak <[email protected]> --------- Co-authored-by: aayli <[email protected]> Co-authored-by: Dawid Kmak <[email protected]> * add battery health info (#102) * add health info * Update README.md * add logs * add voltage mean count * update republisher node * fix typo * Update panther_battery/src/adc_node.py Co-authored-by: Krzysztof Wojciechowski <[email protected]> * Update adc_node.py * Update roboteq_republisher_node.py * fix typo --------- Co-authored-by: Dawid Kmak <[email protected]> Co-authored-by: Krzysztof Wojciechowski <[email protected]> * Update changelog * 1.0.1 * fix bug (#112) * fix bug * Pawel sugestions --------- Co-authored-by: aayli <[email protected]> * Update changelog * 1.0.2 * Ros1 motor enable srv (#113) * add motors enable srv * add reseting can callback times * disable motors if script reset fails * working solution * fix * IO initial state pth1.05 * remove unneccessary method * fix type * update README * Update panther_power_control/README.md Co-authored-by: Paweł Kowalski <[email protected]> * review changes --------- Co-authored-by: Paweł Kowalski <[email protected]> * Update changelog * 1.0.3 * Thread lock (#110) * thread lock * undo fcn naming * few more lock * revert nodes * Paweł suggestions * change * e_stop --------- Co-authored-by: aayli <[email protected]> * Update changelog * 1.0.4 * APA102 cpp implementation (#108) * Use CPP for APA102 * Add color correction * Utilise gpiod * Remove :: * Fix lights after tests * Fix default pin number * Add set brightness service * Invert LED_SBC_SEL pin * Change SPI mode * Change clock polarity * Reduce number of ROS lgger instances * Celan up code, update to libgpiod 2.0 * Update panther_lights/include/panther_lights/apa102.hpp Co-authored-by: Dawid Kmak <[email protected]> * Update panther_lights/src/lights_driver_node.cpp Co-authored-by: Dawid Kmak <[email protected]> * Update panther_lights/src/lights_driver_node.cpp Co-authored-by: Dawid Kmak <[email protected]> * Update panther_lights/include/panther_lights/apa102.hpp Co-authored-by: Dawid Kmak <[email protected]> * Review changes * Update panther_lights/src/apa102.cpp Co-authored-by: Dawid Kmak <[email protected]> * Review cleanup * Add build dependencies * FIx launchfile * Update panther_lights/CMakeLists.txt Co-authored-by: Dawid Kmak <[email protected]> * Update panther_lights/CMakeLists.txt Co-authored-by: Dawid Kmak <[email protected]> * Update panther_lights/src/apa102.cpp Co-authored-by: Dawid Kmak <[email protected]> * Update panther_lights/src/driver_node.cpp Co-authored-by: Dawid Kmak <[email protected]> * Update panther_lights/src/driver_node.cpp Co-authored-by: Dawid Kmak <[email protected]> * Review changes * Fix inlude order * Fix references and APA102 constructor * Add build dependencies for libgpiod v2 * Bring back libgpiod v1 --------- Co-authored-by: Dawid Kmak <[email protected]> * Update changelog * 1.0.5 * Rviz lights plugin (#111) * basic plugin usage - POC * add rear animation texture * fix rviz config * fix .rviz file * Update changelog * 1.0.6 * check can err (#119) * Update changelog * 1.0.7 * update bt project and launch files * remove scheduler_node * fix queuing * remove old variable --------- Co-authored-by: rafal-gorecki <[email protected]> Co-authored-by: aayli <[email protected]> Co-authored-by: Paweł Kowalski <[email protected]> Co-authored-by: Krzysztof Wojciechowski <[email protected]> Co-authored-by: action-bot <[email protected]>
- Loading branch information
1 parent
1edf08d
commit 3a19fdb
Showing
51 changed files
with
1,292 additions
and
771 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package panther | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.0.7 (2023-05-23) | ||
------------------ | ||
|
||
1.0.6 (2023-05-18) | ||
------------------ | ||
|
||
1.0.5 (2023-05-10) | ||
------------------ | ||
|
||
1.0.4 (2023-04-26) | ||
------------------ | ||
|
||
1.0.3 (2023-04-24) | ||
------------------ | ||
|
||
1.0.2 (2023-04-24) | ||
------------------ | ||
|
||
1.0.1 (2023-04-21) | ||
------------------ |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package panther_battery | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.0.7 (2023-05-23) | ||
------------------ | ||
|
||
1.0.6 (2023-05-18) | ||
------------------ | ||
|
||
1.0.5 (2023-05-10) | ||
------------------ | ||
|
||
1.0.4 (2023-04-26) | ||
------------------ | ||
|
||
1.0.3 (2023-04-24) | ||
------------------ | ||
|
||
1.0.2 (2023-04-24) | ||
------------------ | ||
|
||
1.0.1 (2023-04-21) | ||
------------------ |
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package panther_bringup | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.0.7 (2023-05-23) | ||
------------------ | ||
|
||
1.0.6 (2023-05-18) | ||
------------------ | ||
|
||
1.0.5 (2023-05-10) | ||
------------------ | ||
|
||
1.0.4 (2023-04-26) | ||
------------------ | ||
|
||
1.0.3 (2023-04-24) | ||
------------------ | ||
|
||
1.0.2 (2023-04-24) | ||
------------------ | ||
|
||
1.0.1 (2023-04-21) | ||
------------------ |
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
Oops, something went wrong.