Open
Conversation
Signed-off-by: Mukunda Bharatheesha <mukunda.bharatheesha@nobleo.nl>
Signed-off-by: Mukunda Bharatheesha <mukunda.bharatheesha@nobleo.nl>
Collaborator
Author
|
The fixes pushed today enable the dynamic update of
There are a few questions I have regarding the behavior of one of the threads. I will ask the same in the upstream PR. But I think we can incrementally generate binaries as and when the other drivers are adapted to support dynamic reconfiguration of |
Collaborator
Author
|
Upstream PR: tier4#263 |
Signed-off-by: Mukunda Bharatheesha <mukunda.bharatheesha@nobleo.nl>
Collaborator
Author
This file contains hidden or 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
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.



The problem:
nebula_rosdoesn't support dynamic enabling/disabling of hw driver at runtime because thelaunch_hwparameter is read-only.This PR:
A WIP solution attempt to make the parameter dynamically reconfigurable and setup necessary hardware interfaces when the
launch_hwparameter is set dynamically. I have tried to ensure the threading part is handled as carefully as possible, but it would be great if I can get some feedback on the sameWhat has been tested so far:
ros2 param set <nebula_driver_node_name> launch_hw truesuccessfully returns:Set parameter successful.Missed pointcloud output deadlinewhenlaunch_hwparameter isfalse(statically or dynamically set). This is because in this configuration, the driver is expecting some other source to publish on/velodyne/packetstopic. When the parameter was read-only, this was the same behavior too.launch_hwis set to true (statically or dynamically) without a physical lidar connected to the device, the lidar driver crashes with this exceptionCould not initialize HTTP client: Http Connection ErrorTo test: