File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ using namespace urcl;
2828
2929// In a real-world example it would be better to get those values from command line parameters / a
3030// better configuration system such as Boost.Program_options
31- const std::string DEFAULT_ROBOT_IP = " 10.53.253.22 " ;
31+ const std::string DEFAULT_ROBOT_IP = " 192.168.56.101 " ;
3232
3333// We need a callback function to register. See UrDriver's parameters for details.
3434
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ using namespace urcl;
3939
4040// In a real-world example it would be better to get those values from command line parameters / a
4141// better configuration system such as Boost.Program_options
42- const std::string DEFAULT_ROBOT_IP = " 127.0.0.1 " ;
42+ const std::string DEFAULT_ROBOT_IP = " 192.168.56.101 " ;
4343const std::string SCRIPT_FILE = " resources/external_control.urscript" ;
4444const std::string OUTPUT_RECIPE = " examples/resources/rtde_output_recipe.txt" ;
4545const std::string INPUT_RECIPE = " examples/resources/rtde_input_recipe.txt" ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ using namespace urcl;
3434
3535// In a real-world example it would be better to get those values from command line parameters / a better configuration
3636// system such as Boost.Program_options
37- const std::string DEFAULT_ROBOT_IP = " 127.0.0.1 " ;
37+ const std::string DEFAULT_ROBOT_IP = " 192.168.56.101 " ;
3838
3939int main (int argc, char * argv[])
4040{
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class CalibrationConsumer : public urcl::comm::IConsumer<urcl::primary_interface
6161
6262// In a real-world example it would be better to get those values from command line parameters / a better configuration
6363// system such as Boost.Program_options
64- const std::string DEFAULT_ROBOT_IP = " 127.0.0.1 " ;
64+ const std::string DEFAULT_ROBOT_IP = " 192.168.56.101 " ;
6565
6666int main (int argc, char * argv[])
6767{
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ using namespace urcl;
3535
3636// In a real-world example it would be better to get those values from command line parameters / a better configuration
3737// system such as Boost.Program_options
38- const std::string DEFAULT_ROBOT_IP = " 127.0.0.1 " ;
38+ const std::string DEFAULT_ROBOT_IP = " 192.168.56.101 " ;
3939const std::string OUTPUT_RECIPE = " examples/resources/rtde_output_recipe.txt" ;
4040const std::string INPUT_RECIPE = " examples/resources/rtde_input_recipe.txt" ;
4141const std::chrono::milliseconds READ_TIMEOUT{ 100 };
You can’t perform that action at this time.
0 commit comments