-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware download and custom plugin #43
Merged
smartBUILDBOT
merged 10 commits into
smartmicro:master
from
smartSRA:41-Firmware-Download
Dec 20, 2023
Merged
Firmware download and custom plugin #43
smartBUILDBOT
merged 10 commits into
smartmicro:master
from
smartSRA:41-Firmware-Download
Dec 20, 2023
Conversation
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
smartSRA
changed the title
Provide ros2 service for firmaware dwonload
Provide ros2 service for firmware donwload
Nov 1, 2023
Added headers for firmware download, created a ros2 service which calls the update function using the sensor_id and file path provided. Created a new Firmware download message to be used by the service. Modified the SendCommand message to include value from user.
smartSRA
force-pushed
the
41-Firmware-Download
branch
from
November 2, 2023 10:57
4f05932
to
192b17b
Compare
Provide the target values as topic for all interfaces and sensor types.
smartSRA
force-pushed
the
41-Firmware-Download
branch
from
November 8, 2023 11:35
a7c1c76
to
832e6be
Compare
Added fields for polar coordinates in pc2. Added a new rviz plugin for displaying the targets data and giving the possibility to record and save the data in csv format. Removed targetlist message and subscribers from node
Build is failing due to the gpg key issue by ros2 image. Refer to this thread https://discourse.ros.org/t/again-snapshot-repo-gpg-key-expired/34733/5 |
smartSRA
changed the title
Provide ros2 service for firmware donwload
Provide ros2 service for firmware download
Dec 6, 2023
smartSRA
changed the title
Provide ros2 service for firmware download
Firmware download and custom plugin
Dec 6, 2023
Extended Dockerfile to include dependecies for smart_rviz_plugin. Added new python GUI inside plugin. Updated Readme to include the new plugin and GUI description. Reformatted the plugin files and removed the ignore file.
Combine all radar params into one yaml file. Add images for Readme, update changelog with the new release. Remove old radar_rviz launch file.
…t and adjust release date in Readme
Extended node to inlcude new interface for A4 T171. Update smart release in extract file. Documentetd new interface info into Readme and Changelog.
smartBUILDBOT
approved these changes
Dec 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added headers for firmware donwload, created a ros2 service which calls the update function using the sensor_id and file path provided. Created a new Firmware download message to be used by the service. Modified the SendCommand message to include value from user.
This PR tracks the issue #41.