-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
ddfb8ac
to
24735e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SPDonaghy updated the ROS infrastructure so that ros2 launch local_pathfinding main_launch.py
launches your node. If you want to make any changes to the files outside of local_pathfinding/local_pathfinding
, you will have to build local_pathfinding to apply them.
Okay, I made some changes in the latest commit to ensure that the mgp node runs upon launch. Seems to work as expected. |
@hhenry01 any update on the remote transceiver endpoint? |
|
What should the format be? JSON? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start
@patrick-5546 I added some new features, it would be great to know your thoughts! Major changes:
|
More Changes: Implemented a Path Builder GUI with Flask. Basic functions include:
I am a little behind on documentation for this stuff, so I'll be sure to catch up on that. |
and more tools
functions for waypoint deletion
All your test cases rot variables will need to be in ints to match the type set in the custom interfaces. |
Were you still going to make a new pr for that? Or would you like me to? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WOW this is really great stuff Sean! Super impressed with path_builder and how you implemented my previous feedback
implementation of interpolate
645bced
to
ef44874
Compare
some naming conventions for internal funcs in path builder
Description
Mock Global Path Node:
Other Features:
force
to true. The checks in the callback will be bypassed, the path updated, and then the param is set to false again.Path Builder GUI Features:
would like to add:
Verification
No verification at this time
Resources