-
This should facilitate trajectory operations, plotting AnalogSignals with different sampling rates, etc.
Careful: how should interpolation work with support epochs?
Careful: should an interp obj…
-
```
Add explicit support for the discreet sampling geometries outlined in Ch 9 of
the CF conventions
* Trajectories
* Timeseries
* Profiles
* Points
With particular focus on supporting ragged arra…
-
Accidentally trying to animate a trajectory of thousands or tens of thousands of seconds takes locks up both Julia and the viewer, as we end up producing an incredible number of samples. Maybe we can …
-
The current implementation (soon to be available in this repo's `experimental/`) implements Algorithm 3 from Hoffman and Gelman (2014).
[Betancourt (2017)](https://arxiv.org/abs/1701.02434) ([twitt…
-
Hello,
I'm working on installing the color feature.
everything builds well except for the esim_ros. The issue it gives is the following:
Errors
-
```
Add explicit support for the discreet sampling geometries outlined in Ch 9 of
the CF conventions
* Trajectories
* Timeseries
* Profiles
* Points
With particular focus on supporting ragged arra…
-
```
Add explicit support for the discreet sampling geometries outlined in Ch 9 of
the CF conventions
* Trajectories
* Timeseries
* Profiles
* Points
With particular focus on supporting ragged arra…
-
### Describe the bug
Hi, I am running the basic tutorial: ```nuplan_planner_tutorial.ipynb```.
When running to the cell where ```main_simulation(cfg, planner)``` is called, I got some errors as foll…
-
See this discussion:
https://github.com/ros-planning/moveit/pull/2856#discussion_r713770596
> do we want interpolation or a warning in case joint distance is (very) large? Contrived example: going…
gautz updated
3 years ago
-
When I add Lagrangian particles to the simulation, I also need to sample the model state along each Lagrangian trajectory. For example, I need a time series of vorticity, or maybe a passive tracer (o…