- Jul 02, 2019
-
-
oceanpdoshi@g.ucla.edu authored
-
- Jul 01, 2019
-
-
oceanpdoshi@g.ucla.edu authored
data_generator and Simlated Dataset Manager - Updated to allow for user inputted velocity Deleted redundant code in request part of SDM (code extraneously copied value to msg sent out) In find_measurent(), updated to differentiate landmark over relative observations ( & prefer) Need to figure out what's wrong with velocity Then, need to test communication
-
- Jun 06, 2019
-
-
oceanpdoshi@g.ucla.edu authored
time index even when no measurement available at a particular time
-
-
oceanpdoshi@g.ucla.edu authored
-
oceanpdoshi@g.ucla.edu authored
Replaced hard-coded assumption with find_nearest_time_idx() Updated journal 2 sim parameters Still debugging!
-
- Jun 02, 2019
-
-
Shengkang (William) Chen authored
-
- May 31, 2019
-
-
Shengkang (William) Chen authored
-
Shengkang (William) Chen authored
-
- May 29, 2019
-
-
Shengkang (William) Chen authored
-
- May 28, 2019
-
-
Shengkang (William) Chen authored
-
Shengkang (William) Chen authored
-
- May 26, 2019
-
-
Shengkang (William) Chen authored
-
Shengkang (William) Chen authored
-
- May 20, 2019
-
-
oceanpdoshi@g.ucla.edu authored
-
- May 17, 2019
-
-
Shengkang (William) Chen authored
-
Shengkang (William) Chen authored
-
- May 16, 2019
-
-
Shengkang (William) Chen authored
-
Shengkang (William) Chen authored
-
- May 15, 2019
-
-
-
oceanpdoshi@g.ucla.edu authored
-
oceanpdoshi@g.ucla.edu authored
Currently testing communication
-
Shengkang (William) Chen authored
-
- May 14, 2019
-
-
Shengkang (William) Chen authored
-
-
Shengkang (William) Chen authored
-
- May 13, 2019
-
-
oceanpdoshi@g.ucla.edu authored
added relative observations added testing for relative observations
-
oceanpdoshi@g.ucla.edu authored
-
- May 08, 2019
-
-
oceanpdoshi@g.ucla.edu authored
TODO - multiple robots (modify datastructures), math stays the same Tested on both simulated and real-world data, works in both cases
-
- May 06, 2019
-
-
oceanpdoshi@g.ucla.edu authored
Small tweaks in parameter passing in simulated dm
-
- Apr 24, 2019
-
-
oceanpdoshi@g.ucla.edu authored
(only had to modify generation of groundtruths) changed initial starting states of robots in dm added some basic path plotting code to test_simulation
-
oceanpdoshi@g.ucla.edu authored
Added a data-generator class to generate data for simulated_dataset-manager
-
- Apr 23, 2019
-
-
oceanpdoshi@g.ucla.edu authored
- internal robot_ctr that resets correctly Order is (assuming 2 robots): 1: odo, meas 2: odo, meas 1: odo, meas ...
-
oceanpdoshi@g.ucla.edu authored
used when no measurement available for a given time
-
oceanpdoshi@g.ucla.edu authored
simulation now supports multiple landmarks added handling for no measurement data available at a given time (sim not over)
-
oceanpdoshi@g.ucla.edu authored
-working on incorporating multiple landmarks -working on incorporating multiple robots -working on handling of end of simulation vs. no meas. data available
-
oceanpdoshi@g.ucla.edu authored
Added custom noises to simulated_dataset_manager.py Thorough review of simulated_dataset_manager reveals that it works correctly! fixed delta_t with regards to alternation between measurement and odometry updates -> scheduling of this will change in next commit will add multiple robots
-
- Apr 19, 2019
-
-
oceanpdoshi@g.ucla.edu authored
Refactored some more elements of the code to be interchangable. Currently debugging communications of request/response messages.
-
- Apr 17, 2019
-
-
oceanpdoshi@g.ucla.edu authored
1st iteration, next step is to add dynamic generation.
-
oceanpdoshi@g.ucla.edu authored
-