Skip to content

Conversation

@anbit-adhi
Copy link

Addition:

In this update to the vortex_msgs package, I have added a new service definition that allows switching between different LOS guidance methods at runtime. The new service is called SetLosMode.srv and is used by the los_guidance node to select the active LOS method while the node is running.
This addition makes it possible to dynamically change between multiple LOS systems, without restarting the system or reloading parameters. It is a key step in making the LOS guidance system more flexible and modular.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log should be added to .gitignore

Comment on lines +1 to +2
#request
int8 mode # 0=PROPORTIONAL, 1=INTEGRAL, 2=ADAPTIVE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest something like this

# request
uint8 PROPORTIONAL=0
uint8 INTEGRAL=1
uint8 ADAPTIVE=2

uint8 mode
---
# response
bool success

Comment on lines +3 to 4
# vortex_msgs/LosActiveMethod method

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably better to just remove it if it is not in use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants