Skip to content
Snippets Groups Projects
Commit 0ee0d933 authored by Tommy Persson's avatar Tommy Persson
Browse files

Adding mission code for pose params.

parent 46bca803
Branches
Tags
No related merge requests found
...@@ -15,6 +15,10 @@ class MoveToExecutor(BaseExecutor): ...@@ -15,6 +15,10 @@ class MoveToExecutor(BaseExecutor):
try: try:
self.node.get_logger().info("MoveToExecutor start") self.node.get_logger().info("MoveToExecutor start")
self.params.print() self.params.print()
p = self.params.get_value("p")
self.node.get_logger().info(f'P: {p}')
gp = self.params.get_value("waypoint") gp = self.params.get_value("waypoint")
self.node.get_logger().info(f'GP: {gp}') self.node.get_logger().info(f'GP: {gp}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment