Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
homer_navigation
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
robbie
homer_navigation
Commits
a76b31e3
Commit
a76b31e3
authored
1 year ago
by
Daniel Müller
Browse files
Options
Downloads
Patches
Plain Diff
Added terminal output just in case that speak_blocked is hanging forever
parent
2b727e3c
No related branches found
Branches containing commit
Tags
0.1.132
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/drive_to_node.cpp
+2
-0
2 additions, 0 deletions
src/drive_to_node.cpp
with
2 additions
and
0 deletions
src/drive_to_node.cpp
+
2
−
0
View file @
a76b31e3
...
...
@@ -99,6 +99,7 @@ void DriveTo::targetUnreachableCallback(const homer_mapnav_msgs::TargetUnreachab
result
.
result
=
homer_mapnav_msgs
::
DriveToResult
::
FAILED_TARGET_UNREACHABLE
;
if
(
!
m_goal
->
suppress_speaking
)
{
ROS_INFO_STREAM
(
"Speaking: Not able to reach the target..."
);
homer_tts
::
speak_blocked
(
"I am not able to reach the target"
);
}
...
...
@@ -167,6 +168,7 @@ void DriveTo::targetReachedCallback(const std_msgs::String::ConstPtr& p)
if
(
!
m_goal
->
suppress_speaking
)
{
ROS_INFO_STREAM
(
"Speaking: Reached the target..."
);
homer_tts
::
speak_blocked
(
"I completed the drive to action"
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment