- Oct 25, 2018
-
-
Michael Jeronimo authored
Since we likely won't implement non-ROS robots, remove the abstract base class and make the Robot class be a ROS robot. The Robot class will contain the functionality common to all ROS robots. There can be derived classes that add functionality that is not common to all ROS robots. Also, since I'm modifying the SimpleNavigator, update the ROS log messages so that they don't (redundantly) include the module name since it's already in the output.
-
- Oct 24, 2018
-
-
Nick Medveditskov authored
-
Carlos A. Orduno authored
Fixing small bug within AMCL: checking for the last laser message received when no message has been received at all.
-
- Oct 23, 2018
-
-
Michael Jeronimo authored
* First revision of mission executor readme * Update nav2_mission_executor/README.md * Address review feedback
-
Matt Hansen authored
Cleanup of some time math and conversions between type.
-
Matt Hansen authored
Fixing several linter failures
-
Matt Hansen authored
Fixing linter failures in nav2_util
-
Steven Macenski authored
* human readable and more meaningful info/debug logs * change paths to include full representations * cleanup * resolve crdelsey's grammar concern * oops missed a tag * shutdown infos
-
Carlos A. Orduno authored
Created readme files for Dijkstra Planner, System Tests and Planner Component Tests.
-
Mohammad Haghighipanah authored
Removed _CORRECTED suffix from ODOM_MODEL
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Nick Medveditskov authored
-
- Oct 20, 2018
-
-
Carl Delsey authored
-
Carl Delsey authored
-
Matt Hansen authored
Build CI using ros2 master nightly build
-
bpwilcox authored
-
bpwilcox authored
-
bpwilcox authored
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Carl Delsey authored
This resolves #71
-
Carl Delsey authored
* Documentation on local planner changes for ROS 2. * Adding more detail on local planner operatiion in the new model. * Addressing feedback. * Fixing issue links
-
Carl Delsey authored
-
Carl Delsey authored
-
Carl Delsey authored
-
Carl Delsey authored
-
Michael Jeronimo authored
For the task server, in addition to catching any exceptions in the derived classes' execute method, propagate this exception to the thread owning the object. * Wrap the call to execute in a try/catch block * Catch exceptions in overridden execute method * Propagate exception to owning thread * Use ROS convention of log messages starting with a capital letter * Fix typo
-
Carl Delsey authored
This resolves #149
-
Steven Macenski authored
-
Carl Delsey authored
This is partial progress on #149
-
Carl Delsey authored
Changing calls to now() to always use a node reference instead of instantiating a clock object (#172) * Changing now() to use the node clock in DWB * Fixing clock usages to use node clock in costmap, amcl and map server.
-
Mohammad Haghighipanah authored
Factoring out duplicated initialization code and addressing ROS naming convention violation
-
Mohammad Haghighipanah authored
AMCL Readme
-
- Oct 19, 2018
-
-
Steven Macenski authored
-
Matt Hansen authored
First draft of ROS Comparison doc
-
Mohammad Haghighipanah authored
-
Matt Hansen authored
Fixed typo 'an' Task -> 'a' Task
-
Matt Hansen authored
Changed wording from "ROS Navigation" to "ROS1 Navigation"
-