Commits · 020cf0c06ce2a88e5bf3a02cdab1d69437ed432a
- Feb 02, 2022
-
-
Sebastian Ebert authored
-
- Dec 07, 2021
-
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
- Dec 06, 2021
-
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
Sebastian Ebert authored
-
- Apr 10, 2019
-
-
Juan Ignacio Ubeira authored
-
Juan Ignacio Ubeira authored
-
rodrigo authored
-
- Apr 07, 2019
-
-
Stefan Glaser authored
-
- Apr 05, 2019
-
-
Juan Ignacio Ubeira authored
-
- Apr 04, 2019
- Apr 03, 2019
-
-
Stefan Glaser authored
-
Stefan Glaser authored
-
- Jan 23, 2019
-
-
Juan Ignacio Ubeira authored
- Dec 26, 2018
-
-
Juan Ignacio Ubeira authored
-
Juan Ignacio Ubeira authored
-
- Nov 21, 2018
-
-
Rodrigo Queiro authored
-
- Sep 06, 2018
-
-
Juan Ignacio Ubeira authored
- Sep 03, 2018
-
-
Juan Ignacio Ubeira authored
Imrpoving ParameterLoaderNode error checking
-
- Aug 28, 2018
-
-
Juan Ignacio Ubeira authored
-
Juan Ignacio Ubeira authored
-
- May 18, 2018
-
-
Rodrigo Queiro authored
This fixes #274, which occurs when the task completes before the `Future` is added to the `callables` map (because the corresponding submit() is still executing). In that case, `callable` is null, which causes latches.get(callable) to throw an NPE. The bug can be reproduced with the added test by adding `Thread.sleep(1000)` below the `completionService.submit` call.
-
Rodrigo Queiro authored
* Regenerate workspace.bzl * Allow running rosjava tests from Bazel I used this while debugging #274 to take advantage of Bazel's --runs_per_test parameter. It allows running a test many times in parallel to debug concurrency issues. I also marked testPublicHost as an ignored test to avoid a complaint from errorprone.
-
- Apr 25, 2018
-
-
Juan Ignacio Ubeira authored
Gradle upgrade: 3.5.1
-
Juan Ignacio Ubeira authored
-
- Mar 29, 2018
-
-
Juan Ignacio Ubeira authored
Fix for xmlrpc multicall issue
-
- Mar 27, 2018
-
-
Wojciech Mlynarczyk authored
-
Wojciech Mlynarczyk authored
-
- Mar 01, 2018
-
-
Rodrigo Queiro authored
This also allows other Bazel projects to include rosjava_core as an external repository, as instructed in README.md. This uses https://github.com/johnynek/bazel-deps to describe the Maven dependencies. As a result, 3rdparty/ contains autogenerated files, and the other files contain a hand-written description of the BUILD.
-
- Feb 22, 2018
-
-
Juan Ignacio Ubeira authored
-
- Feb 20, 2018
-
-
Juan Ignacio Ubeira authored
simtime: use time=0 by default
-
Juan Ignacio Ubeira authored
Wait for master before getting /use_sim_time
-
- Feb 14, 2018
-
-
Rodrigo Queiro authored
This is the behaviour documented here: http://wiki.ros.org/Clock#Using_Simulation_Time_from_the_.2BAC8-clock_Topic If the /use_sim_time parameter is set, the ROS Time API will return time=0 until it has received a value from the /clock topic. Then, the time will only be updated on receipt of a message from the /clock topic, and will stay constant between updates. This resolves a NullPointerException when a node logs from its onStart method and use_sim_time is true.
-
Rodrigo Queiro authored
This stops RosRun from hanging if started before the rosmaster. The new behaviour is the same as that of rospy: wait for the `rosout` publisher to be registered before continuing to start the node.
-
- Jul 17, 2017
-
-
Julian Cerruti authored
- Jun 20, 2017
-
-
Julian Cerruti authored
Fix remapping member variable not set if argument is not null
-
Perrine Aguiar authored
-
- Jun 08, 2017
-
-
Julian Cerruti authored
Adding the capability to remove a MessageListener from a subscriber.
-
Juan Ignacio Ubeira authored
-
- Jun 07, 2017
-
-
Julian Cerruti authored
Avoid flooding log with error messages on NTP sync failure
-
Juan Ignacio Ubeira authored
-
- May 29, 2017
-
-
Julian Cerruti authored
Fix: avoid exceptions on node shutdown
-
Juan Ignacio Ubeira authored
- Minor nits for ParameterLoaderNode
-
- May 22, 2017
-
-
Julian Cerruti authored
-
Julian Cerruti authored
Implement parameter server's searchParam
-
Julian Cerruti authored
- May 12, 2017
-
-
Julian Cerruti authored
fixed nullptr triggered by default node factory
-
- Apr 17, 2017
-
-
Julian Cerruti authored
- Mar 30, 2017
-
-
Julian Cerruti authored
This fixes rosjava/rosjava_core#237. Added fix to remove Publishers a…
-
- Mar 29, 2017
-
-
Dan Ambrosio authored
Enhancments to rosjava/rosjava_core#237 fix. This moves shutdown responsibility to the topicParticipantManager.
-
Dan Ambrosio authored
This fixes rosjava/rosjava_core#237. Added fix to remove Publishers and Subscribers from topicParticipantManager on node shutdown. Added fix to remove listeners from DefaultPublisher on shutdown.
-
- Mar 06, 2017
-
-
Julian Cerruti authored
Loading