Skip to content

Commit

Permalink
Updated name of node to equal file and binary name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chien-Liang Fok committed Aug 1, 2016
1 parent c005a4f commit 395292d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/drake_cars_examples/src/single_car_in_stata_garage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using drake::examples::cars::GetCarSimulationDefaultOptions;
* Usage: car_sim_lcm_and_ros vehicle_model_file [world_model files ...]
*/
int do_main(int argc, const char* argv[]) {
::ros::init(argc, const_cast<char**>(argv), "single_car_sim_in_stata_garage");
::ros::init(argc, const_cast<char**>(argv), "single_car_in_stata_garage");

// Initializes the communication layer.
std::shared_ptr<lcm::LCM> lcm = std::make_shared<lcm::LCM>();
Expand Down

0 comments on commit 395292d

Please sign in to comment.