Skip to content
Snippets Groups Projects
Commit 753dd2f4 authored by Tobias Gröger's avatar Tobias Gröger
Browse files

Remove todo, change velocity visualization upper limit

parent 73bdc265
No related branches found
No related tags found
2 merge requests!39Feature/teb config as json,!28Draft: Dev -> Main
......@@ -116,8 +116,6 @@ namespace armarx::navigation::local_planning
try
{
// TODO (SALt): free goal velocity is not respected inside homotopy planner
ARMARX_VERBOSE << "Plan to dest: " << planToDest << ", freeGoal Vel: " << !planToDest;
hcp_->plan(start, end, &velocity_start, !planToDest);
}
catch (std::exception& e)
......
......@@ -172,7 +172,7 @@ namespace armarx::navigation::server
simox::ColorMap cm = simox::color::cmaps::inferno();
cm.set_vmin(0);
cm.set_vmax(1);
cm.set_vmax(0.6);
for (size_t i = 0; i < trajectory.points().size() - 1; i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment