Skip to content
Snippets Groups Projects
Commit 91614a95 authored by beuchatp's avatar beuchatp
Browse files

Fixed small bugs

parent 92044083
No related branches found
No related tags found
No related merge requests found
......@@ -559,13 +559,13 @@ void MainWindow::customYamlFileTimerCallback(const ros::TimerEvent&)
void MainWindow::requestLoadControllerYamlAllAgentsCallback(const ros::TimerEvent&)
void MainWindow::requestLoadControllerYamlAllAgentsCallback(const std_msgs::Int32& msg)
{
// Extract from the "msg" for which controller the YAML
// parameters should be loaded
int controller_to_load_yaml = msg.data;
// Create the "nodeHandle" needed in the switch cases below
ros::NodeHandle nodeHandle("~");
// Switch between loading for the different controllers
......
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