Since starting to play with prost a few days ago, I've encountered a few cases of RDDL features not supported in prost. One for instance was using an enum in a switch statement, which I had to convert to if (@case1) then (something) else if(@case2) .... Not a big deal.
Here, as I posted earlier with respect to a Mars Rover example, I tried running it in prost. I hit the above error: ERROR! StructMemberList not implemented yet.. This seems harder to work around. Is there any plan for adding the things marked as "not yet," particularly this one?
Since starting to play with prost a few days ago, I've encountered a few cases of RDDL features not supported in prost. One for instance was using an enum in a switch statement, which I had to convert to
if (@case1) then (something) else if(@case2) .... Not a big deal.Here, as I posted earlier with respect to a Mars Rover example, I tried running it in prost. I hit the above error:
ERROR! StructMemberList not implemented yet.. This seems harder to work around. Is there any plan for adding the things marked as "not yet," particularly this one?