Skip to content

Commit

Permalink
Merge branch 'main' of github.com:samuel-cavalcanti/rust_zmqRemoteApi
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-cavalcanti committed Jun 22, 2024
2 parents 0201ea8 + 8e3a16e commit 972a068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export RUST_LOG="trace"; cargo run --example=simple_test
## Porting C++ client to Rust client

The **RemoteAPIObjects.h** has 3750 lines of code, so to port all the
functions, I create a kind of [c_transpiler](c_transpiler/).
functions, I created a kind of [c_transpiler](c_transpiler/).

## diferences between C++ client and Rust client

Expand Down Expand Up @@ -66,7 +66,7 @@ you can add this crate at your cargo.toml using git:

```toml
# the branch is the coppelia version
zmq_remote_api = { git = "https://github.com/samuel-cavalcanti/rust_zmqRemoteApi", branch = "CoppeliaSim_4.5.1"}
zmq_remote_api = { git = "https://github.com/samuel-cavalcanti/rust_zmqRemoteApi", branch = "CoppeliaSim_4.6.0"}
```

See a simple [example](examples/get_simulation_time.rs) to understand how to use this crate.

0 comments on commit 972a068

Please sign in to comment.